Index: openacs-4/packages/news-aggregator/tcl/news-aggregator-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/tcl/Attic/news-aggregator-procs.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/news-aggregator/tcl/news-aggregator-procs.xql 28 Aug 2003 09:41:57 -0000 1.2 +++ openacs-4/packages/news-aggregator/tcl/news-aggregator-procs.xql 20 Mar 2004 11:12:29 -0000 1.3 @@ -41,17 +41,4 @@ - - - update na_sources - set link = :link, - title = :title, - description = :description, - updates = (updates + 1), - last_scanned = sysdate, - last_modified = :last_modified - where source_id = :source_id - - -