Index: openacs-4/packages/acs-admin/www/auth/batch-job.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/batch-job.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-admin/www/auth/batch-job.tcl 19 Oct 2003 19:49:49 -0000 1.6 +++ openacs-4/packages/acs-admin/www/auth/batch-job.tcl 20 Oct 2003 14:54:00 -0000 1.7 @@ -125,7 +125,7 @@ job_id {} } -db_multirow -extend { entry_url short_message entry_time_pretty } batch_actions select_batch_actions { +db_multirow -extend { entry_url short_message entry_time_pretty } batch_actions select_batch_actions " select entry_id, to_char(entry_time, 'YYYY-MM-DD HH24:MI:SS') as entry_time_ansi, operation, @@ -137,7 +137,7 @@ from auth_batch_job_entries where [template::list::page_where_clause -name batch_actions] order by entry_id -} { +" { set entry_url [export_vars -base batch-action { entry_id }] # Use message and element_messages to display one short message in the table