Index: openacs-4/packages/ecommerce/www/admin/audit-table-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/audit-table-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/admin/audit-table-postgresql.xql 10 Jul 2001 20:33:53 -0000 1.1 +++ openacs-4/packages/ecommerce/www/admin/audit-table-postgresql.xql 26 May 2002 04:36:50 -0000 1.2 @@ -1,17 +1,15 @@ - postgresql7.1 + + postgresql + 7.1 + - - - - select 1 - - where to_date('$start_date(date)','YYYY-MM-DD HH24:MI:SS') > to_date('$end_date(date)', 'YYYY-MM-DD HH24:MI:SS') - - - + + + select 1 where to_date('$start_date(date)','YYYY-MM-DD HH24:MI:SS') > to_date('$end_date(date)', 'YYYY-MM-DD HH24:MI:SS') + + -