From 6ba07835d76ea2eb9318d0bc419a3376be936a29 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 4 Nov 2014 14:54:45 +0800 Subject: Bug 1092037: backport bug 1062739 to bmo (add the ability for administrators to limit the number of emails sent to a user per minute and hour) --- view_job_queue.cgi | 1 - 1 file changed, 1 deletion(-) (limited to 'view_job_queue.cgi') 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 -- cgit v1.2.3-24-g4f1b