Index: openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl,v diff -u -r1.30 -r1.31 --- openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl 24 May 2002 01:58:46 -0000 1.30 +++ openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl 29 May 2002 23:00:25 -0000 1.31 @@ -134,9 +134,8 @@ dotlrn_dotlrn::add_portlet_helper $portal_id $args - # this is not supposed to return anything, since - # any return value here is interpreted as a valid package_id! - return + # return the empty string + return "" } ad_proc -public remove_applet_from_community { @@ -266,7 +265,7 @@ community. } { ns_log notice "Cloning: [applet_key]" - dotlrn_dotlrn::add_applet_to_community $new_community_id + return [add_applet_to_community $new_community_id] }