Index: openacs-4/packages/acs-templating/tcl/tag-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/tag-procs.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/acs-templating/tcl/tag-procs.tcl 2 Feb 2005 21:32:28 -0000 1.11 +++ openacs-4/packages/acs-templating/tcl/tag-procs.tcl 24 Feb 2005 13:33:02 -0000 1.12 @@ -176,7 +176,7 @@ || [regsub {^"@([a-zA-Z0-9_:]+)@"$} $arg1 {\1} arg1] )} { error "IF tag defined test uses string not variable for $arg1" } - + append condition "\[info exists $arg1\]" set next $i }