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 --- xml.cgi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'xml.cgi') diff --git a/xml.cgi b/xml.cgi index 103838f86..8316971c9 100755 --- a/xml.cgi +++ b/xml.cgi @@ -25,10 +25,9 @@ use strict; use lib qw(.); +use Bugzilla; -require "CGI.pl"; - -our $cgi; +my $cgi = Bugzilla->cgi; # Convert comma/space separated elements into separate params my @ids = (); -- cgit v1.2.3-24-g4f1b