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.264 -r1.265 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 15 Aug 2008 13:20:17 -0000 1.264 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 18 Aug 2008 12:10:52 -0000 1.265 @@ -2060,6 +2060,8 @@ my unset_temporary_instance_variables my instvar package_id name + #my msg "save_data old='$old_name' current='$name'" + db_transaction { # # if the newly created item was in production mode, but ordinary entries @@ -2076,6 +2078,7 @@ # my log "-- old_name $old_name, name $name" if {$old_name ne $name} { my log "--formpage renaming" + #my msg "do rename from $old_name to $name" db_dml [my qn update_rename] "update cr_items set name = :name \ where item_id = [my item_id]" }