Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.189.2.102 -r1.189.2.103 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 6 Oct 2021 12:21:20 -0000 1.189.2.102 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 7 Oct 2021 11:07:50 -0000 1.189.2.103 @@ -415,10 +415,10 @@ {-override {}} {vars {}} } { - + Exports variables either as a URL or in the form of hidden form variables. The result is properly urlencoded, unless flags - prohibit this. + prohibit this.
Example usage: set html [export_vars -form { foo bar baz }]
@@ -498,7 +498,7 @@
:array
flag of ad_page_contract
,
@@ -527,7 +527,7 @@
export_vars to let the exported variable after 60 seconds. Other
potential arguments for sign are "user" or "csrf" to bind the
signature to a user or to the CSRF token.
-
+