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.159 -r1.160 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 31 Jul 2007 12:18:38 -0000 1.159 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 1 Aug 2007 12:28:57 -0000 1.160 @@ -802,7 +802,7 @@ if {![info exists ::xowiki_page_item_id_rendered]} { return "" } - my log "--OMIT and not $field in ([join $::xowiki_page_item_id_rendered ,])" + #my log "--OMIT and not $field in ([join $::xowiki_page_item_id_rendered ,])" return "and not $field in ([join $::xowiki_page_item_id_rendered ,])" }