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 --- contrib/merge-users.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/merge-users.pl') diff --git a/contrib/merge-users.pl b/contrib/merge-users.pl index c8537c661..540b22fb9 100644 --- a/contrib/merge-users.pl +++ b/contrib/merge-users.pl @@ -47,6 +47,7 @@ merge-users.pl - Merge two user accounts. use lib qw(.); use Bugzilla; +use Bugzilla::Constants; use Bugzilla::Config qw(:DEFAULT); use Bugzilla::Util; @@ -62,7 +63,7 @@ pod2usage(0) if $help; # We require Bugzilla 2.20 or higher (including 2.22+). -my $current_version = $Bugzilla::Config::VERSION; +my $current_version = BUGZILLA_VERSION; if ($current_version =~ /^2\.2[0123]/) { print "OK, you are using Bugzilla $current_version\n" } -- cgit v1.2.3-24-g4f1b