Commit dc6d5bcb authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 273665: Viewing 'My Votes' page should not crash due to lack of…

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.
parent 420dc4df
...@@ -132,7 +132,7 @@ sub show_user { ...@@ -132,7 +132,7 @@ sub show_user {
SendSQL("LOCK TABLES bugs READ, products READ, votes WRITE, SendSQL("LOCK TABLES bugs READ, products READ, votes WRITE,
cc READ, bug_group_map READ, user_group_map READ, 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) { if ($canedit && $bug_id) {
# Make sure there is an entry for this bug # Make sure there is an entry for this bug
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment