Index: openacs-4/packages/categories/www/cadmin/category-set-parent.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/Attic/category-set-parent.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/categories/www/cadmin/category-set-parent.xql 23 Apr 2003 12:29:27 -0000 1.1 +++ openacs-4/packages/categories/www/cadmin/category-set-parent.xql 27 Apr 2003 11:37:12 -0000 1.2 @@ -3,10 +3,7 @@ - FIX ME REMOVE OPTIMIZATION HINT - - select /*+INDEX(child categories_left_ix)*/ - child.category_id + select child.category_id from categories parent, categories child where parent.category_id = :category_id and child.left_ind >= parent.left_ind