Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.277 -r1.278 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 28 Jun 2010 11:22:20 -0000 1.277 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 28 Jun 2010 11:49:11 -0000 1.278 @@ -27,7 +27,7 @@ foreach page_name [my form_parameter objects] { # the page_name is the name exactly as stored in the content repository set item_id [::xo::db::CrClass lookup -name $page_name -parent_id [my item_id]] - my msg "want to copy $page_name // $item_id" + #my msg "want to copy $page_name // $item_id" if {$item_id ne 0} {lappend ids $item_id} } ::xowiki::clipboard add $ids