Index: openacs-4/packages/faq-portlet/www/faq-portlet-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq-portlet/www/Attic/faq-portlet-oracle.xql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/faq-portlet/www/faq-portlet-oracle.xql 6 Apr 2002 23:41:34 -0000 1.6 +++ openacs-4/packages/faq-portlet/www/faq-portlet-oracle.xql 7 Apr 2002 01:32:08 -0000 1.7 @@ -8,7 +8,7 @@ select acs_objects.context_id as package_id, (select apm_packages.instance_name from apm_packages - where apm_packages.package_id = apm_package.parent_id(acs_objects.context_id)) as community_name, + where apm_packages.package_id = apm_package.parent_id(acs_objects.context_id)) as parent_name, (select site_node.url(site_nodes.node_id) from site_nodes where site_nodes.object_id = acs_objects.context_id) as url,