Index: openacs-4/packages/file-storage/www/folder-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/folder-chunk.tcl,v diff -u -r1.40 -r1.41 --- openacs-4/packages/file-storage/www/folder-chunk.tcl 15 Jun 2007 17:40:29 -0000 1.40 +++ openacs-4/packages/file-storage/www/folder-chunk.tcl 15 Jun 2007 19:37:13 -0000 1.41 @@ -215,7 +215,6 @@ if { $categories_p && [exists_and_not_null category_id] } { set categories_limitation [db_map categories_limitation] - set categories_limitation " and fs_objects.object_id in ( select object_id from category_object_map where category_id = $category_id )" } else { set categories_limitation {} }