Index: openacs-4/packages/news/www/item-create-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/Attic/item-create-postgresql.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/news/www/item-create-postgresql.xql 18 Aug 2003 10:40:55 -0000 1.2 +++ openacs-4/packages/news/www/item-create-postgresql.xql 9 Nov 2008 23:29:28 -0000 1.3 @@ -3,11 +3,12 @@ postgresql7.1 - - - select to_char(current_timestamp + interval '[ad_parameter ActiveDays "news" 14] days', 'YYYY-MM-DD') - - + + + select + to_char(current_timestamp + interval '[ad_parameter ActiveDays "news" 14] days', 'YYYY-MM-DD') as date_proj, + to_char(current_timestamp, 'YYYY-MM-DD') as date_today + + -