Index: openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl 24 May 2002 01:58:46 -0000 1.13 +++ openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl 29 May 2002 23:00:25 -0000 1.14 @@ -73,9 +73,7 @@ dotlrn_members::add_portlet $portal_id $args - # 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 { @@ -172,7 +170,7 @@ Clone this applet's content from the old community to the new one. Since there's no data, just add the applet to the clone } { - dotlrn_members::add_applet_to_community $new_community_id + return [dotlrn_members::add_applet_to_community $new_community_id] } #