Commit b876097a authored by Frank Bergmann's avatar Frank Bergmann

- Fixed issue with var being a number

parent b79a7d95
......@@ -1005,6 +1005,7 @@ ad_proc -public im_forum_component {
set bind_vars [ns_set create]
foreach var $export_var_list {
if {[string is integer $var]} { continue }
upvar 1 $var value
if { [info exists value] } {
ns_set put $bind_vars $var $value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment