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 -r1.4.2.8 -r1.4.2.9 --- openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl 23 Feb 2005 10:24:54 -0000 1.4.2.8 +++ openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl 23 Feb 2005 10:51:35 -0000 1.4.2.9 @@ -83,11 +83,11 @@ } set attribute_names "" set attribute_values "" + set lob_values [list] if { [exists_and_not_null attributes] } { set type_attributes [package_object_attribute_list $content_type] set valid_attributes [list] - set lob_values [list] # add in extended attributes for this type, ingore # content_revision as those are already captured as named # parameters to this procedure