From: travis%sedsystems.ca <> Date: Thu, 13 Jan 2005 06:06:02 +0000 (+0000) Subject: Bug 278136 : he whine_queries table does not exist in the 2.18 branch (regression... X-Git-Tag: bugzilla-2.18~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=182b1787c6243f9d13181c1dd5c2bd402806b674;p=thirdparty%2Fbugzilla.git Bug 278136 : he whine_queries table does not exist in the 2.18 branch (regression from bug 277013) Patch by LpSolit@netscape.net r=justdave a=justdave --- diff --git a/votes.cgi b/votes.cgi index ff0833e5c3..bbdbb34502 100755 --- 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");