Index: openacs-4/packages/oacs-dav/tcl/oacs-dav-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/tcl/oacs-dav-procs-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/oacs-dav/tcl/oacs-dav-procs-postgresql.xql 16 Feb 2004 16:49:27 -0000 1.1 +++ openacs-4/packages/oacs-dav/tcl/oacs-dav-procs-postgresql.xql 30 Mar 2004 15:35:10 -0000 1.2 @@ -11,7 +11,7 @@ - select coalesce (cr.content_length,4096) as content_length, + select coalesce (cr.content_length,0) as content_length, coalesce(cr.mime_type,'*/*') as mime_type, to_char(timezone('GMT',o.creation_date) :: timestamptz ,'YYYY-MM-DD"T"HH:MM:SS.MS"Z"') as creation_date, to_char(timezone('GMT',o.last_modified) :: timestamptz ,'Dy, DD Mon YYYY HH:MM:SS TZ') as last_modified,