Index: openacs-4/packages/news/lib/latest-news.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/lib/latest-news.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/news/lib/latest-news.tcl 7 Aug 2017 23:48:12 -0000 1.4 +++ openacs-4/packages/news/lib/latest-news.tcl 15 Nov 2017 13:12:49 -0000 1.5 @@ -51,7 +51,7 @@ set max_age_filter {$max_age_filter} set n $n set package_id $package_id -db_list_of_lists ls {} -bind { package_id $package_id max_age $max_age max_age_pg {$max_age days} }" +db_list_of_lists ls {} -bind { package_id $package_id max_age $max_age }" multirow create news item_id title lead publish_date url date util_memoize_flush $script @@ -66,8 +66,6 @@ multirow append news $item_id $title $lead $publish_date $url $date } -ad_return_template - # Local variables: # mode: tcl # tcl-indent-level: 4