diff options
author | lpsolit%gmail.com <> | 2005-04-05 03:40:59 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-04-05 03:40:59 +0200 |
commit | 6f0e3792941892e2987294fb0866e69630675002 (patch) | |
tree | 6679c2d7e51298198dc10f9b85d7947c1416c8f1 /process_bug.cgi | |
parent | b53d8ff17217f193e604a50f3a5c37b33fec5e3f (diff) | |
download | bugzilla-6f0e3792941892e2987294fb0866e69630675002.tar.gz bugzilla-6f0e3792941892e2987294fb0866e69630675002.tar.xz |
Bug 288883: SQL crash when granting/denying a request - Patch by Frederic Buclin <LpSolit@gmail.com> r=joel a=justdave
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index 55835ca3d..55f40bda3 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -1182,7 +1182,7 @@ foreach my $id (@idlist) { "keyworddefs READ", "groups READ", "attachments READ", "group_control_map AS oldcontrolmap READ", "group_control_map AS newcontrolmap READ", - "group_control_map READ"); + "group_control_map READ", "email_setting READ"); # Fun hack. @::log_columns only contains the component_id, # not the name (since bug 43600 got fixed). So, we need to have # this id ready for the loop below, otherwise anybody can |