Index: openacs-4/packages/acs-content-repository/tcl/item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/Attic/item-procs.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/acs-content-repository/tcl/item-procs.tcl 25 Sep 2003 18:59:10 -0000 1.11 +++ openacs-4/packages/acs-content-repository/tcl/item-procs.tcl 14 Oct 2003 14:59:40 -0000 1.12 @@ -137,11 +137,11 @@ # Get the table name set table_name [db_string grc_get_table_names ""] + upvar content content + # Get (all) the content (note this is really dependent on file type) db_0or1row grc_get_all_content "" -column_array content - upvar content content - if { ![array exists content] } { ns_log Notice "No data found for item $item_id, revision $revision_id" return 0