summaryrefslogtreecommitdiffstats
path: root/sidebar.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'sidebar.cgi')
-rwxr-xr-xsidebar.cgi5
1 files changed, 0 insertions, 5 deletions
diff --git a/sidebar.cgi b/sidebar.cgi
index a7e0587f5..2805547cf 100755
--- a/sidebar.cgi
+++ b/sidebar.cgi
@@ -23,7 +23,6 @@ require "CGI.pl";
# Shut up "Used Only Once" errors
use vars qw(
- $anyvotesallowed
$template
$vars
);
@@ -31,15 +30,11 @@ use vars qw(
ConnectToDatabase();
quietly_check_login();
-# Needed for $::anyvotesallowed
-GetVersionTable();
-
###############################################################################
# Main Body Execution
###############################################################################
$vars->{'username'} = $::COOKIE{'Bugzilla_login'} || '';
-$vars->{'anyvotesallowed'} = $::anyvotesallowed;
if (defined $::COOKIE{'Bugzilla_login'}) {
SendSQL("SELECT mybugslink, userid, blessgroupset FROM profiles " .