Index: openacs-4/packages/new-portal/tcl/portal-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/tcl/portal-procs.xql,v diff -u -r1.47 -r1.48 --- openacs-4/packages/new-portal/tcl/portal-procs.xql 8 Aug 2007 11:43:57 -0000 1.47 +++ openacs-4/packages/new-portal/tcl/portal-procs.xql 20 Dec 2007 13:49:54 -0000 1.48 @@ -808,22 +808,4 @@ - - - select l.resource_dir - from portal_pages p, portal_layouts l - where p.portal_id = :portal_id - and p.sort_key = :page_num - and l.layout_id = p.layout_id - union - select distinct(pd.css_dir) - from portal_element_map pem, portal_datasources pd, portal_pages pp - where pp.portal_id = :portal_id - and pp.sort_key = :page_num - and pem.page_id = pp.page_id - and pem.datasource_id = pd.datasource_id - and pd.css_dir is not null - - -