Index: openacs-4/packages/file-storage/www/file-oracle.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/Attic/file-oracle.xql,v
diff -u -r1.15 -r1.16
--- openacs-4/packages/file-storage/www/file-oracle.xql	23 Nov 2017 10:06:32 -0000	1.15
+++ openacs-4/packages/file-storage/www/file-oracle.xql	23 Nov 2017 10:07:57 -0000	1.16
@@ -46,7 +46,7 @@
                       where m.object_id = r.revision_id
                         and m.party_id = :user_id
                         and m.privilege = 'read')
-	and $show_versions order by last_modified desc
+	$show_versions order by last_modified desc
 
       </querytext>
 </fullquery>