Index: openacs-4/packages/acs-templating/tcl/query-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/query-procs.tcl,v diff -u -r1.34.2.3 -r1.34.2.4 --- openacs-4/packages/acs-templating/tcl/query-procs.tcl 5 Sep 2016 11:22:22 -0000 1.34.2.3 +++ openacs-4/packages/acs-templating/tcl/query-procs.tcl 3 Oct 2016 18:52:07 -0000 1.34.2.4 @@ -1,12 +1,11 @@ ad_library { - Database Query API for the ArsDigita Templating System @creation-date 29 September 2000 @author Karl Goldstein (karlg@arsdigita.com) - Stanislav Freidin (sfreidin@arsdigita.com) + @author Stanislav Freidin (sfreidin@arsdigita.com) + @cvs-id $Id$ - } namespace eval template {} @@ -28,6 +27,7 @@ # transaction control and handle allocation into the templating query interface # allowing the two db api's to be mixed together. + ad_proc -public template::query { statement_name result_name type sql args } { Public interface to template query api. This routine parses the arguements and dispatches to the query command specified by the type arguement.