Index: openacs-4/packages/cms/www/modules/categories/index.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/www/modules/categories/index.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/cms/www/modules/categories/index.xql 8 Jun 2001 01:44:53 -0000 1.2 +++ openacs-4/packages/cms/www/modules/categories/index.xql 12 Apr 2005 21:45:42 -0000 1.3 @@ -1,15 +1,13 @@ - + - select - context_id - from - acs_objects - where - object_id = :id + select o.context_id as parent_id, k.heading as parent_heading + from acs_objects o, cr_keywords k + where object_id = :id + and o.object_id = k.keyword_id