Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.296 -r1.297 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 8 Oct 2008 14:38:46 -0000 1.296 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 8 Oct 2008 17:21:33 -0000 1.297 @@ -1937,7 +1937,7 @@ FormPage instproc condition=in_state {query_context value} { # possible values can be or-ed together (e.g. initial|final) foreach v [split $value |] { - if {[my state] eq $} {return 1} + if {[my state] eq $v} {return 1} } return 0 }