Index: openacs-4/packages/acs-admin/www/auth/authority-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/Attic/authority-oracle.xql,v diff -u -r1.2 -r1.2.4.1 --- openacs-4/packages/acs-admin/www/auth/authority-oracle.xql 20 Oct 2003 15:13:26 -0000 1.2 +++ openacs-4/packages/acs-admin/www/auth/authority-oracle.xql 22 Oct 2004 13:44:15 -0000 1.2.4.1 @@ -21,7 +21,7 @@ round((nvl(job_end_time, sysdate) - job_start_time) * 24*60*60) as run_time_seconds from auth_batch_jobs where authority_id = :authority_id - + order by start_time_ansi Index: openacs-4/packages/acs-admin/www/auth/authority-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/Attic/authority-postgresql.xql,v diff -u -r1.1 -r1.1.4.1 --- openacs-4/packages/acs-admin/www/auth/authority-postgresql.xql 20 Oct 2003 15:05:26 -0000 1.1 +++ openacs-4/packages/acs-admin/www/auth/authority-postgresql.xql 22 Oct 2004 13:44:15 -0000 1.1.4.1 @@ -21,7 +21,7 @@ trunc(extract(epoch from (coalesce(job_end_time, current_timestamp) - job_start_time))) as run_time_seconds from auth_batch_jobs where authority_id = :authority_id - + order by start_time_ansi