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 @@ <?xml version="1.0"?> <queryset> + <fullquery name="faq::get_instance_info.get_info"> + <querytext> + select faq_name, separate_p from faqs + where faq_id = :faq_id + </querytext> + </fullquery> + <fullquery name="faq::notification::get_url.get_faq_id"> <querytext> select faq_id from faq_q_and_as - where entry_id = $q_and_a_id + where entry_id = :q_and_a_id </querytext> </fullquery>