Index: openacs-4/packages/attachments/www/file-add-2.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/Attic/file-add-2.xql,v diff -u -N --- openacs-4/packages/attachments/www/file-add-2.xql 29 May 2009 18:59:05 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,24 +0,0 @@ - - - - - - - select count(*) - from cr_items - where name = :filename - and parent_id = :folder_id - - - - - - - - select package_id - from fs_root_folders - where folder_id=:root_folder - - - -