Index: openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/showfoldercontents-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/Attic/showfoldercontents-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/showfoldercontents-postgresql.xql 6 Nov 2006 13:15:58 -0000 1.1 +++ openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/showfoldercontents-postgresql.xql 25 Dec 2006 16:23:26 -0000 1.2 @@ -38,7 +38,7 @@ where m.object_id = fs_objects.object_id and m.party_id = :viewing_user_id and m.privilege = 'read') - order by type + order by $orderby @@ -51,4 +51,4 @@ - +