Index: openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl,v
diff -u -r1.66.2.3 -r1.66.2.4
--- openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 8 Sep 2015 16:26:43 -0000 1.66.2.3
+++ openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 17 Sep 2015 07:26:11 -0000 1.66.2.4
@@ -262,8 +262,8 @@
either a name, in which case the Tcl variable at the caller's level is passed to the form if it exists,
or a name-value pair.
The behavior of this option replicates that for vars
argument in proc
- export_vars, which in turn follows specification
- for input page variables in ad_page_contract.
+ export_vars, which in turn follows specification
+ for input page variables in ad_page_contract.
In particular, flags :multiple
, :sign
and :array
are allowed and
their meaning is the same as in export_vars
.