]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 278136 : he whine_queries table does not exist in the 2.18 branch (regression...
authortravis%sedsystems.ca <>
Thu, 13 Jan 2005 06:06:02 +0000 (06:06 +0000)
committertravis%sedsystems.ca <>
Thu, 13 Jan 2005 06:06:02 +0000 (06:06 +0000)
Patch by LpSolit@netscape.net   r=justdave   a=justdave

votes.cgi

index ff0833e5c39aea83915c0322c04f686e93e7a638..bbdbb34502f62059a61b04faafc1fd39a2b6ad3c 100755 (executable)
--- a/votes.cgi
+++ b/votes.cgi
@@ -316,7 +316,7 @@ sub record_votes {
     SendSQL("LOCK TABLES bugs WRITE, bugs_activity WRITE, votes WRITE, 
              longdescs WRITE, profiles READ, products READ, components READ, 
              cc READ, dependencies READ, groups READ, fielddefs READ, 
-             namedqueries READ, whine_queries READ, watch READ, 
+             namedqueries READ, watch READ, 
              profiles AS watchers READ, profiles AS watched READ, 
              user_group_map READ, bug_group_map READ");