From 182b1787c6243f9d13181c1dd5c2bd402806b674 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Thu, 13 Jan 2005 06:06:02 +0000 Subject: [PATCH] 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 --- votes.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.47.2