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.2 -r1.3 --- openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl 9 Oct 2001 04:51:53 -0000 1.2 +++ openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl 17 Oct 2001 18:48:22 -0000 1.3 @@ -80,8 +80,8 @@ # Get the page_id by callback set page_id [dotlrn_community::get_page_id $community_id $user_id] - # Get the package_id by callback - set package_id [dotlrn_community::get_package_id $community_id] + # Get the faq applet's package_id by callback + set package_id [dotlrn_community::get_applet_package_id $community_id dotlrn_faq] # Allow user to see the faq forums # nothing for now