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.22 -r1.23 --- openacs-4/packages/acs-templating/tcl/query-procs.tcl 18 Feb 2004 20:59:08 -0000 1.22 +++ openacs-4/packages/acs-templating/tcl/query-procs.tcl 18 Feb 2004 21:05:33 -0000 1.23 @@ -646,6 +646,8 @@
upvar the multirow, aliasing to new_name if provided
template::multirow sort datasource -lsort-switch -lsort-switch col1 col2
Sort the multirow by the column(s) specified. The value sorted by will be the the values of the columns specified, separated by the space character. Any switches specified before the columns will be passed directly to the lsort command.
+
template::multirow exists datasource
+
Return 1 if the multirow datasource exists, 0 if it doesn't. @param local If set, the multirow will be looked for in the scope the number