diff options
-rwxr-xr-x | view_job_queue.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view_job_queue.cgi b/view_job_queue.cgi index 5ebe1e7a5..b53d4d7c6 100755 --- a/view_job_queue.cgi +++ b/view_job_queue.cgi @@ -46,7 +46,6 @@ sub generate_report { j.grabbed_until, f.funcname AS func, (SELECT COUNT(*) FROM ts_error WHERE e.jobid = j.jobid) AS error_count, - e.jobid AS error_count, e.error_time AS error_time, e.message AS error_message FROM |