diff options
author | mkanat%kerio.com <> | 2005-02-17 07:30:42 +0100 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-02-17 07:30:42 +0100 |
commit | 710625c68cc4e2659abac5f6ad98e8e2954ad745 (patch) | |
tree | 178b0496b444766eb7fff3708823e806b72ba9ea /config.cgi | |
parent | ccbdbf2058bd2cf6374d51256b0f20f94ff8d77c (diff) | |
download | bugzilla-710625c68cc4e2659abac5f6ad98e8e2954ad745.tar.gz bugzilla-710625c68cc4e2659abac5f6ad98e8e2954ad745.tar.xz |
Bug 282505: perl 5.6: config.cgi dies when it tries to use Bugzilla::DB (fixes burning Tinderbox)
Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave
Diffstat (limited to 'config.cgi')
-rwxr-xr-x | config.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.cgi b/config.cgi index 56751ec0e..1306c0b66 100755 --- a/config.cgi +++ b/config.cgi @@ -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(); |