Index: openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-portlet-procs.tcl,v diff -u -N -r1.10 -r1.10.2.1 --- openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-portlet-procs.tcl 11 Jul 2018 08:25:52 -0000 1.10 +++ openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-portlet-procs.tcl 24 Aug 2020 15:21:46 -0000 1.10.2.1 @@ -58,10 +58,10 @@ ns_set put $args folder_id 0 ns_set put $args param_action "overwrite" - add_portlet_helper $portal_id $args + add_portlet_helper $portal_id $args } - + ad_proc -public remove_portlet { {-portal_id:required} } { @@ -70,7 +70,7 @@ } { ad_return_complaint 1 "[applet_key] remove_portlet not implemented!" } - + ad_proc -public add_portlet_helper { portal_id args @@ -91,7 +91,7 @@ {-folder_id:required} {-param_action:required} } { - Adds a homework PE to the given page. + Adds a homework PE to the given page. @param portal_id The page to add self to @param folder_id The homework folder to associate with this portlet @@ -171,7 +171,7 @@ {-folder_id:required} {-param_action:required} } { - Adds a homework PE to the given page. + Adds a homework PE to the given page. @param portal_id The page to add self to @param folder_id The homework folder to associate with this portlet