Index: openacs-4/packages/news/www/index.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/index.xql,v diff -u -r1.4 -r1.5 --- openacs-4/packages/news/www/index.xql 15 Nov 2017 13:42:33 -0000 1.4 +++ openacs-4/packages/news/www/index.xql 15 Nov 2017 14:32:39 -0000 1.5 @@ -4,7 +4,7 @@ - select 1 where exists ( + select 1 from dual where exists ( select 1 from news_items_approved where publish_date < current_timestamp and archive_date < current_timestamp @@ -15,7 +15,7 @@ - select 1 where exists ( + select 1 from dual where exists ( select 1 from news_items_approved where publish_date < current_timestamp