Index: openacs-4/packages/acs-authentication/tcl/sync-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/sync-procs-postgresql.xql,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-authentication/tcl/sync-procs-postgresql.xql 10 Sep 2003 09:09:47 -0000 1.4 +++ openacs-4/packages/acs-authentication/tcl/sync-procs-postgresql.xql 10 Sep 2003 12:42:01 -0000 1.5 @@ -51,6 +51,17 @@ + + + + update auth_batch_jobs + set job_end_time = current_timestamp, + message = :message + where job_id = :job_id + + + +