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 -N -r1.485.2.49 -r1.485.2.50 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 10 Feb 2017 12:02:05 -0000 1.485.2.49 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 11 Feb 2017 11:38:09 -0000 1.485.2.50 @@ -3804,7 +3804,7 @@ # set lhs_var [string range $lhs 1 end] set rhs [split $rhs_expr |] - my msg "check op '$op' in sql [info exists op_map($op,sql)]" + #my msg "check op '$op' in sql [info exists op_map($op,sql)]" if {[info exists op_map($op,sql)]} { lappend sql_clause [subst -nocommands $op_map($op,sql)] if {[my exists $lhs_var]} {