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.542.2.123 -r1.542.2.124 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 25 Nov 2021 14:53:55 -0000 1.542.2.123 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 30 Nov 2021 09:57:15 -0000 1.542.2.124 @@ -4298,7 +4298,7 @@ } FormPage proc sql_value {input} { - # + # # Transform wild-card * into SQL wild-card. # return [string map {* %} $input] @@ -4572,7 +4572,8 @@ $extra_where_clause" \ -orderby $orderby \ -limit $limit -offset $offset] - ns_log notice "get_form_entries:\n[string map [list :parent_id $parent_id :package_id $package_id] $sql]" + #ns_log notice "get_form_entries:\n[string map [list :parent_id $parent_id :package_id $package_id] $sql]" + # # When we query all attributes, we return objects named after the # item_id (like for single fetches)