Index: openacs-4/packages/bulk-mail/tcl/bulk-mail-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bulk-mail/tcl/bulk-mail-procs-postgresql.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/bulk-mail/tcl/bulk-mail-procs-postgresql.xql 28 Aug 2003 09:41:53 -0000 1.3 +++ openacs-4/packages/bulk-mail/tcl/bulk-mail-procs-postgresql.xql 24 Oct 2003 13:27:18 -0000 1.4 @@ -13,7 +13,7 @@ - select to_char(now(), :date_format) + select to_char(current_timestamp, :date_format)