Index: openacs-4/packages/news/tcl/news-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/tcl/news-procs-oracle.xql,v diff -u -r1.8 -r1.8.2.1 --- openacs-4/packages/news/tcl/news-procs-oracle.xql 10 Jul 2018 13:48:19 -0000 1.8 +++ openacs-4/packages/news/tcl/news-procs-oracle.xql 5 Oct 2021 10:19:17 -0000 1.8.2.1 @@ -3,37 +3,37 @@ oracle8.1.6 - + - + begin news.archive( item_id => :id, archive_date => :when); end; - + - - + + - + begin news.make_permanent(:id); end; - + - - + + - + begin news.del(:id); end; - + @@ -61,5 +61,5 @@ ) where rownum <= $limit - +