Index: openacs-4/packages/acs-authentication/tcl/sync-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/sync-procs-oracle.xql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-authentication/tcl/sync-procs-oracle.xql 10 Sep 2003 12:35:04 -0000 1.5 +++ openacs-4/packages/acs-authentication/tcl/sync-procs-oracle.xql 10 Sep 2003 12:42:01 -0000 1.6 @@ -51,6 +51,17 @@ + + + + update auth_batch_jobs + set job_end_time = sysdate, + message = :message + where job_id = :job_id + + + + 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 + + + + Index: openacs-4/packages/acs-authentication/tcl/sync-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/sync-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-authentication/tcl/sync-procs.tcl 10 Sep 2003 12:31:07 -0000 1.7 +++ openacs-4/packages/acs-authentication/tcl/sync-procs.tcl 10 Sep 2003 12:42:01 -0000 1.8 @@ -168,12 +168,7 @@ @author Lars Pind (lars@collaboraid.biz) } { - db_dml set_end_time { - update auth_batch_jobs - set job_end_time = current_timestamp, - message = :message - where job_id = :job_id - } + db_dml update_job_end {} # interactive_p, run_time_seconds, num_actions, num_problems get -job_id $job_id -array job