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.9 -r1.10 --- openacs-4/packages/acs-authentication/tcl/sync-procs-oracle.xql 16 Oct 2003 13:40:15 -0000 1.9 +++ openacs-4/packages/acs-authentication/tcl/sync-procs-oracle.xql 17 Oct 2003 11:09:58 -0000 1.10 @@ -18,7 +18,6 @@ to_char(doc_end_time, 'YYYY-MM-DD HH24:MI:SS') as doc_end_time, doc_status, doc_message, - document, (j.job_end_time - j.job_start_time) * 24*60*60 as run_time_seconds, (select count(e1.entry_id) from auth_batch_job_entries e1 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.7 -r1.8 --- openacs-4/packages/acs-authentication/tcl/sync-procs-postgresql.xql 16 Sep 2003 13:07:42 -0000 1.7 +++ openacs-4/packages/acs-authentication/tcl/sync-procs-postgresql.xql 17 Oct 2003 11:09:58 -0000 1.8 @@ -18,7 +18,6 @@ to_char(doc_end_time, 'YYYY-MM-DD HH24:MI:SS') as doc_end_time, doc_status, doc_message, - document, trunc(extract(epoch from (j.job_end_time - j.job_start_time))) as run_time_seconds, (select count(e1.entry_id) from auth_batch_job_entries e1