diff options
author | Byron Jones <glob@mozilla.com> | 2014-11-04 07:54:45 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-11-04 07:54:45 +0100 |
commit | 6ba07835d76ea2eb9318d0bc419a3376be936a29 (patch) | |
tree | f9b21a5097864c95054ebadfc439a327805b8161 /view_job_queue.cgi | |
parent | 7fdcd8ef2760a536190c44e1318e4342d27ec619 (diff) | |
download | bugzilla-6ba07835d76ea2eb9318d0bc419a3376be936a29.tar.gz bugzilla-6ba07835d76ea2eb9318d0bc419a3376be936a29.tar.xz |
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)
Diffstat (limited to 'view_job_queue.cgi')
-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 |