Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v diff -u -r1.25.2.1 -r1.25.2.2 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 4 Oct 2002 07:39:24 -0000 1.25.2.1 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 11 Oct 2002 16:01:01 -0000 1.25.2.2 @@ -112,11 +112,15 @@ when you do an rp_internal_redirect to a new page, and you want to feed that page with certain query variables. + Note that the variable will just be appended to the form ns_set + which may not be what you want, if it exists already you will + now have two entries in the ns_set which may cause ad_page_contract to + break. Also, only simple variables may be added, not arrays. + @author Lars Pind (lars@pinds.com) @creation-date August 20, 2002 - @return the form ns_set, in case you're interested. Mostly you'll - probably want to discard the result. + @return the form ns_set, in case you're interested. Mostly you will want to discard the result. } { set form [rp_getform]