Index: openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl 17 Oct 2001 18:48:22 -0000 1.3 +++ openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl 1 Nov 2001 23:13:30 -0000 1.4 @@ -86,6 +86,9 @@ # Allow user to see the faq forums # nothing for now + # Make faq DS available to this page + faq_portlet::make_self_available $page_id + # Call the portal element to be added correctly faq_portlet::add_self_to_page $page_id $package_id } @@ -105,6 +108,9 @@ # Remove the portal element faq_portlet::remove_self_from_page $page_id $package_id + # Buh Bye. + faq_portlet::make_self_unavailable $page_id + # remove user permissions to see faqs # nothing to do here }