Index: openacs-4/packages/file-storage/www/file.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/file.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/file-storage/www/file.tcl 20 Aug 2001 17:30:54 -0000 1.3 +++ openacs-4/packages/file-storage/www/file.tcl 22 Sep 2001 05:51:41 -0000 1.4 @@ -65,11 +65,6 @@ r.description, acs_permission.permission_p(r.revision_id,:user_id,'admin') as admin_p, acs_permission.permission_p(r.revision_id,:user_id,'delete') as delete_p, - -- JS: For now, we stick to the original version. According to DanW, we - -- JS: should take care of filling up content_length. Ideally, we want to abstract away - -- JS: the calculation of content_length independent of storage_type, so eventually this - -- JS: will just call the content_length attribute - dbms_lob.getlength(r.content) as content_size r.content_length as content_size from acs_objects o, cr_revisions r where o.object_id = r.revision_id