Index: openacs-4/packages/news-aggregator/tcl/subscription-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/tcl/Attic/subscription-procs.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/news-aggregator/tcl/subscription-procs.xql 20 Mar 2004 11:04:39 -0000 1.1 +++ openacs-4/packages/news-aggregator/tcl/subscription-procs.xql 20 Mar 2004 14:06:45 -0000 1.2 @@ -2,19 +2,6 @@ - - - insert into na_subscriptions ( - aggregator_id, - source_id, - creation_date - ) values ( - :aggregator_id, - :source_id, - now() - ) - - @@ -42,18 +29,4 @@ - - - insert into na_subscriptions ( - aggregator_id, - source_id, - creation_date - ) values ( - :copy_to, - :source_id, - now() - ) - - -