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 -N -r1.11 -r1.11.2.1 --- openacs-4/packages/acs-templating/tcl/query-procs.tcl 24 Sep 2002 09:06:04 -0000 1.11 +++ openacs-4/packages/acs-templating/tcl/query-procs.tcl 14 Oct 2002 08:50:02 -0000 1.11.2.1 @@ -200,6 +200,9 @@ @param result_name Tcl variable name to use when setting the result @param sql Query to use when processing this command + + @see db_multirow + @see template::multirow } { upvar opts opts @@ -636,19 +639,15 @@
upvar the multirow, aliasing to new_name if provided
- @param local - If set, the multirow will be looked for in the scope the number + @param local If set, the multirow will be looked for in the scope the number of levels up given by ulevel (normally the caller's scope), instead of the [template::adp_level] scope, which is the default. - @param ulevel - Used in conjunction with the "local" parameter to specify how + @param ulevel Used in conjunction with the "local" parameter to specify how many levels up the multirow variable resides. - @param command - Multirow datasource operation: create, extend, append, - size, get, set, foreach + @param command Multirow datasource operation: create, extend, append, size, get, set, foreach, upvar @param name Name of the multirow datasource