diff options
author | 2004-12-26 03:24:32 +0000 | |
---|---|---|
committer | 2004-12-26 03:24:32 +0000 | |
commit | dc6d5bcb8b328d3d60f82c1708060df520aa3b62 (patch) | |
tree | d70a8298fcb23d86bd792b1f49dcfb9a1582e87d /votes.cgi | |
parent | Patch for bug 264160: Make all default groups inherit the admin group on a ne... (diff) | |
download | bugzilla-dc6d5bcb8b328d3d60f82c1708060df520aa3b62.tar.gz bugzilla-dc6d5bcb8b328d3d60f82c1708060df520aa3b62.tar.bz2 bugzilla-dc6d5bcb8b328d3d60f82c1708060df520aa3b62.zip |
Patch for bug 273665: Viewing 'My Votes' page should not crash due to lack of SQL table locking; patch by GavinS <bugzilla@chimpychompy.org>, r=vladd, a=justdave.
Diffstat (limited to 'votes.cgi')
-rwxr-xr-x | votes.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ sub show_user { SendSQL("LOCK TABLES bugs READ, products READ, votes WRITE, cc READ, bug_group_map READ, user_group_map READ, - cc AS selectVisible_cc READ"); + cc AS selectVisible_cc READ, groups READ"); if ($canedit && $bug_id) { # Make sure there is an entry for this bug |