Index: openacs-4/contrib/obsolete-packages/bboard-portlets/www/summarize-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/obsolete-packages/bboard-portlets/www/summarize-postgresql.xql,v diff -u -N --- openacs-4/contrib/obsolete-packages/bboard-portlets/www/summarize-postgresql.xql 10 Oct 2001 06:57:56 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,24 +0,0 @@ - - - - postgresql7.1 - - - - - select b.forum_id, - b.short_name, - site_node__url(sn.node_id) as url, - acs_object__name(sn.object_id) as bboard_name - from bboard_forums b left join site_nodes sn on (sn.object_id = b.bboard_id), - apm_packages apm - where sn.parent_id = :node_id - and sn.object_id = apm.package_id - and apm.package_key = 'bboard' - order by 4 - - - - - -