Index: openacs-4/packages/xotcl-core/tcl/cr-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cr-procs.tcl,v diff -u -r1.50.2.10 -r1.50.2.11 --- openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 9 Jul 2014 09:43:08 -0000 1.50.2.10 +++ openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 9 Jul 2014 09:45:16 -0000 1.50.2.11 @@ -1312,7 +1312,7 @@ set cond [list] if {$type_selection_clause ne ""} {lappend cond $type_selection_clause} if {$where_clause ne ""} {lappend cond $where_clause} - if {[info exists publish_status]} {lappend cond "ci.publish_status eq '$publish_status'"} + if {[info exists publish_status]} {lappend cond "ci.publish_status = '$publish_status'"} if {$base_table eq "cr_folders"} { lappend cond "acs_objects.object_id = cf.folder_id and ci.item_id = cf.folder_id" set acs_objects_table "acs_objects, cr_items ci, "