Index: openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl 10 Feb 2005 01:40:11 -0000 1.7 +++ openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl 13 Feb 2005 02:10:31 -0000 1.8 @@ -119,7 +119,8 @@ append attribute_names ", ${attribute_name}" # create local variable to use for binding set $attribute_name $attribute_value - append attribute_values ", :${attribute_name}" + ns_log notice "DAVEB CR REVISION NEW setting $attribute_name '${attribute_value}'" + append attribute_values ", :${attribute_name}" } } }