]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 282505: perl 5.6: config.cgi dies when it tries to use Bugzilla::DB (fixes burnin...
authormkanat%kerio.com <>
Thu, 17 Feb 2005 06:30:42 +0000 (06:30 +0000)
committermkanat%kerio.com <>
Thu, 17 Feb 2005 06:30:42 +0000 (06:30 +0000)
Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave

config.cgi

index 56751ec0e88b77f65fe8e421d6dd0114eb4cb7cf..1306c0b668689f59d80f35bca267658ea28aa158 100755 (executable)
@@ -32,7 +32,6 @@ use strict;
 # Include the Bugzilla CGI and general utility library.
 use lib qw(.);
 require "CGI.pl";
-use Bugzilla::DB;
 
 # Retrieve this installation's configuration.
 GetVersionTable();