Index: openacs-4/packages/categories/tcl/category-trees-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/tcl/category-trees-procs.xql,v diff -u -r1.11 -r1.11.2.1 --- openacs-4/packages/categories/tcl/category-trees-procs.xql 7 Aug 2017 23:48:05 -0000 1.11 +++ openacs-4/packages/categories/tcl/category-trees-procs.xql 15 Feb 2019 18:18:00 -0000 1.11.2.1 @@ -11,17 +11,6 @@ - - - select c.category_id as category_id from categories c, category_translations ct - where parent_id is null - and tree_id = :tree_id - and c.category_id = ct.category_id - and locale = :locale - order by name - - -