Index: openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-staff-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-staff-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-staff-procs.tcl 24 May 2002 01:58:46 -0000 1.10 +++ openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-staff-procs.tcl 29 May 2002 23:00:25 -0000 1.11 @@ -62,9 +62,7 @@ -portal_id $portal_id \ -community_id $community_id - # this is not supposed to return anything, since - # any return value here is interpreted as a valid package_id! - return + return "" } ad_proc -public remove_applet_from_community { @@ -145,9 +143,6 @@ } { Clone this applet's content from the old community to the new one } { - ns_log notice "** Error in [get_pretty_name] 'clone' not implemented!" -# ad_return_complaint 1 "Please notifiy the administrator of this error: -# ** Error in [get_pretty_name]: 'clone' not implemented!" + return [add_applet_to_community $new_community_id] } - }