From 3d317ca092cec05ad9dcdd3815d74bedbd9f3412 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 3 Jul 2006 15:53:24 +0000 Subject: Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by RĂ©mi Zara r=mkanat a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Config.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'Bugzilla/Config.pm') diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index a1c4b1f25..0e0c9d4e2 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -52,9 +52,6 @@ our @parampanels = (); ); Exporter::export_ok_tags('admin', 'db', 'localconfig', 'params'); -# Bugzilla version -$Bugzilla::Config::VERSION = "2.23.1+"; - use vars qw(@param_list); # Data::Dumper is required as needed, below. The problem is that then when -- cgit v1.2.3-24-g4f1b