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.2 -r1.3 --- openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl 9 Oct 2001 03:39:40 -0000 1.2 +++ openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl 1 Nov 2001 23:13:03 -0000 1.3 @@ -90,6 +90,9 @@ # Allow user to see the dotlrn forums # nothing for now + # Make dotlrn DS available to this page + dotlrn_portlet::make_self_available $page_id + # Call the portal element to be added correctly dotlrn_portlet::add_self_to_page $page_id $community_id } @@ -109,6 +112,9 @@ # Remove the portal element dotlrn_portlet::remove_self_from_page $page_id $community_id + # Buh Bye. + dotlrn_portlet::make_self_unavailable $page_id + # remove user permissions to see dotlrns # nothing to do here }