Index: openacs-4/packages/file-storage/www/file-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/file-oracle.xql,v diff -u -r1.10 -r1.11 --- openacs-4/packages/file-storage/www/file-oracle.xql 11 Dec 2003 21:40:04 -0000 1.10 +++ openacs-4/packages/file-storage/www/file-oracle.xql 27 Mar 2004 18:22:55 -0000 1.11 @@ -33,6 +33,7 @@ select r.title, r.revision_id as version_id, person.name(o.creation_user) as author, + o.creation_user as author_id, r.mime_type as type, to_char(o.last_modified,'YYYY-MM-DD HH24:MI:SS') as last_modified_ansi, r.description,