Index: openacs-4/packages/faq/tcl/faq-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq/tcl/faq-procs.xql,v diff -u -r1.1 -r1.1.4.1 --- openacs-4/packages/faq/tcl/faq-procs.xql 19 May 2004 20:09:43 -0000 1.1 +++ openacs-4/packages/faq/tcl/faq-procs.xql 21 Mar 2007 06:00:19 -0000 1.1.4.1 @@ -1,10 +1,17 @@ + + + select faq_name, separate_p from faqs + where faq_id = :faq_id + + + select faq_id from faq_q_and_as - where entry_id = $q_and_a_id + where entry_id = :q_and_a_id