logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Development
:
ad_set_form_values bug?
: One Message
Begin main content
Forum OpenACS Development: Response to ad_set_form_values bug?
Search:
Back to OpenACS Development
2
:
Response to ad_set_form_values bug?
(response to
1
)
Posted by
Andrew Piskorski
on
10/23/02 09:59 AM
Probably yes. It is a common mistake when using Tcl's switch statement. To fix, simply add "--" in the switch command, like so:
switch -exact -another_option -- $my_variable
Back to OpenACS Development