Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -r1.72 -r1.73 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 23 Oct 2008 20:16:32 -0000 1.72 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 29 Oct 2008 14:06:16 -0000 1.73 @@ -2909,13 +2909,11 @@ set init_vars [list] array set uc {tcl false h "" vars "" sql ""} if {[info exists unless]} { - #set unless [::xowiki::Includelet html_to_text $unless] array set uc [::xowiki::FormPage filter_expression $unless ||] set init_vars [concat $init_vars $uc(vars)] } array set wc {tcl true h "" vars "" sql ""} if {[info exists where]} { - # set where [::xowiki::Includelet html_to_text $where] array set wc [::xowiki::FormPage filter_expression $where &&] set init_vars [concat $init_vars $wc(vars)] }