Index: openacs-4/packages/news-aggregator/www/subscriptions.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/subscriptions.xql,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/news-aggregator/www/subscriptions.xql 20 Mar 2004 11:12:29 -0000 1.3 +++ openacs-4/packages/news-aggregator/www/subscriptions.xql 4 Jan 2006 05:29:20 -0000 1.3.2.1 @@ -23,4 +23,14 @@ + + + select s.title, s.source_id + from na_sources s + where source_id not in (select source_id + from na_subscriptions + where aggregator_id = :aggregator_id) + + +