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.23 -r1.24 --- openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl 10 May 2002 06:35:14 -0000 1.23 +++ openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl 12 May 2002 18:15:03 -0000 1.24 @@ -69,15 +69,15 @@ Add the dotlrn applet to a specific community } { set pt_id [dotlrn_community::get_portal_id -community_id $community_id] - dotlrn_portlet::add_self_to_page $pt_id $community_id + dotlrn_portlet::add_self_to_page -portal_id $pt_id -community_id $community_id if {[dotlrn_community::dummy_comm_p -community_id $community_id]} { return } # set up the DS for the admin page set admin_portal_id [dotlrn_community::get_admin_portal_id -community_id $community_id] - dotlrn_admin_portlet::add_self_to_page $admin_portal_id $community_id + dotlrn_admin_portlet::add_self_to_page -portal_id $admin_portal_id -community_id $community_id return $community_id }