Index: openacs-4/packages/categories/www/cadmin/category-link-delete-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-link-delete-oracle.xql,v diff -u -N --- openacs-4/packages/categories/www/cadmin/category-link-delete-oracle.xql 8 Feb 2004 17:30:45 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,24 +0,0 @@ - - - - oracle8.1.6 - - - - - select c.category_id as linked_category_id, c.tree_id as linked_tree_id, - (case when l.from_category_id = :category_id then 'f' else 'r' end) as direction, - acs_permission.permission_p(c.tree_id,:user_id,'category_tree_write') as write_p, - l.link_id - from category_links l, categories c - where l.link_id in ([join $link_id ,]) - and ((l.from_category_id = :category_id - and l.to_category_id = c.category_id) - or (l.from_category_id = c.category_id - and l.to_category_id = :category_id)) - - - - - -