diff options
author | jocuri%softhome.net <> | 2004-12-26 04:24:32 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-12-26 04:24:32 +0100 |
commit | dc6d5bcb8b328d3d60f82c1708060df520aa3b62 (patch) | |
tree | d70a8298fcb23d86bd792b1f49dcfb9a1582e87d | |
parent | 420dc4dfe566902d417462a30038f9484c746d7c (diff) | |
download | bugzilla-dc6d5bcb8b328d3d60f82c1708060df520aa3b62.tar.gz bugzilla-dc6d5bcb8b328d3d60f82c1708060df520aa3b62.tar.xz |
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.
-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 |