Index: openacs-4/packages/faq/tcl/faq-sc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq/tcl/faq-sc-procs.tcl,v diff -u -N -r1.2 -r1.2.12.1 --- openacs-4/packages/faq/tcl/faq-sc-procs.tcl 27 Apr 2004 12:26:05 -0000 1.2 +++ openacs-4/packages/faq/tcl/faq-sc-procs.tcl 8 Sep 2014 07:56:36 -0000 1.2.12.1 @@ -15,7 +15,7 @@ @param faq_id @author davis@xarg.net - @creation_date 2004-04-01 + @creation-date 2004-04-01 } { set title [db_string name {select faq_name from faqs where faq_id = :faq_id} -default "FAQ $faq_id"] set content {} @@ -35,7 +35,7 @@ returns a url for a faq to the search package @author davis@xarg.net - @creation_date 2004-04-01 + @creation-date 2004-04-01 } { set faq_package_id [db_string package_id {select package_id from acs_objects where object_id = :faq_id} -default {}] @@ -52,7 +52,7 @@ @param entry_id @author davis@xarg.net - @creation_date 2004-04-01 + @creation-date 2004-04-01 } { set title [db_string name { select f.faq_name from faqs f @@ -78,7 +78,7 @@ returns a url for a faq to the search package @author davis@xarg.net - @creation_date 2004-04-01 + @creation-date 2004-04-01 } { set faq_package_id [db_string package_id {select package_id from acs_objects where object_id = :entry_id} -default {}]