Index: openacs-4/packages/faq/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq/www/index.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/faq/www/index.tcl 4 Sep 2002 13:28:32 -0000 1.4 +++ openacs-4/packages/faq/www/index.tcl 17 May 2003 10:34:44 -0000 1.5 @@ -36,7 +36,8 @@ select faq_id, faq_name from acs_objects o, faqs f where object_id = faq_id - and context_id = :package_id + and context_id = :package_id + and disabled_p = 'f' order by faq_name }