Index: openacs-4/packages/news-aggregator/tcl/source-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/tcl/Attic/source-procs.xql,v diff -u -r1.4 -r1.5 --- openacs-4/packages/news-aggregator/tcl/source-procs.xql 17 Jul 2018 13:28:48 -0000 1.4 +++ openacs-4/packages/news-aggregator/tcl/source-procs.xql 17 Jul 2018 15:48:54 -0000 1.5 @@ -2,18 +2,6 @@ - - - select guid, original_guid, i.title, i.description - from na_items i join - na_sources s on (i.source_id = s.source_id) - where s.feed_url = :feed_url - and guid in ($guids) - order by i.item_id asc - - - - select count(*)