From 8d06d1ef539f3f8becc56953b040bc710ec9a859 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 10 Aug 2005 08:30:39 +0000 Subject: Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin r=mkanat,wicked a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- votes.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'votes.cgi') diff --git a/votes.cgi b/votes.cgi index 3d1ac7113..8d7e7cf63 100755 --- a/votes.cgi +++ b/votes.cgi @@ -30,7 +30,7 @@ use Bugzilla; use Bugzilla::Constants; use Bugzilla::Bug; -require "CGI.pl"; +require "globals.pl"; # Use global template variables use vars qw($template $vars); -- cgit v1.2.3-24-g4f1b