Index: openacs-4/packages/news-aggregator/tcl/source-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/tcl/source-procs.tcl,v diff -u -N -r1.19 -r1.20 --- openacs-4/packages/news-aggregator/tcl/source-procs.tcl 2 Apr 2019 09:53:53 -0000 1.19 +++ openacs-4/packages/news-aggregator/tcl/source-procs.tcl 2 Apr 2019 10:08:43 -0000 1.20 @@ -223,10 +223,10 @@ db_dml update_source_no_new { update na_sources set last_scanned = current_timestamp, - title = :title, - link = :link, - description = :description - where source_id = :source_id + title = :title, + link = :link, + description = :description + where source_id = :source_id } ns_log Debug "source::update: news source $source_id not updated" } @@ -304,3 +304,9 @@ } } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: