Index: openacs-4/packages/oacs-dav/tcl/oacs-dav-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/tcl/oacs-dav-procs-oracle.xql,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/oacs-dav/tcl/oacs-dav-procs-oracle.xql 27 Feb 2004 03:22:57 -0000 1.3 +++ openacs-4/packages/oacs-dav/tcl/oacs-dav-procs-oracle.xql 4 Apr 2004 03:22:05 -0000 1.3.2.1 @@ -15,7 +15,7 @@ - select nvl (cr.content_length,4096) as content_length, + select nvl (cr.content_length,0) as content_length, nvl (cr.mime_type,'*/*') as mime_type, to_char(o.creation_date, 'YYYY-MM-DD"T"HH:MI:SS."00Z"') as creation_date, to_char(o.last_modified, 'DY, DD MON YYYY HH:MI:SS "GMT"') as last_modified,