Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -r1.152 -r1.153 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 23 Nov 2008 18:43:43 -0000 1.152 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 25 Nov 2008 11:59:21 -0000 1.153 @@ -644,11 +644,11 @@ # if {![info exists parent_id]} {set parent_id [my folder_id]} set item_id [::xo::db::CrClass lookup -name $name -parent_id $parent_id] - my msg "lookup $name $parent_id returns $item_id" + #my msg "lookup $name $parent_id returns $item_id" if {$item_id == 0} { foreach package [my package_path] { set item_id [$package lookup -name $name] - my msg "lookup from package $package $name returns $item_id" + #my msg "lookup from package $package $name returns $item_id" if {$item_id != 0} break } }