summaryrefslogtreecommitdiffstats
path: root/votes.cgi
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-12-26 04:24:32 +0100
committerjocuri%softhome.net <>2004-12-26 04:24:32 +0100
commitdc6d5bcb8b328d3d60f82c1708060df520aa3b62 (patch)
treed70a8298fcb23d86bd792b1f49dcfb9a1582e87d /votes.cgi
parent420dc4dfe566902d417462a30038f9484c746d7c (diff)
downloadbugzilla-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.
Diffstat (limited to 'votes.cgi')
-rwxr-xr-xvotes.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/votes.cgi b/votes.cgi
index f2590b324..4c8210690 100755
--- a/votes.cgi
+++ b/votes.cgi
@@ -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