From: jocuri%softhome.net <> Date: Sun, 26 Dec 2004 03:24:32 +0000 (+0000) Subject: Patch for bug 273665: Viewing 'My Votes' page should not crash due to lack of SQL... X-Git-Tag: bugzilla-2.19.2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc6d5bcb8b328d3d60f82c1708060df520aa3b62;p=thirdparty%2Fbugzilla.git Patch for bug 273665: Viewing 'My Votes' page should not crash due to lack of SQL table locking; patch by GavinS , r=vladd, a=justdave. --- diff --git a/votes.cgi b/votes.cgi index f2590b3244..4c82106909 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