summaryrefslogtreecommitdiffstats
path: root/man/et/urpmf.8
Commit message (Expand)AuthorAgeFilesLines
* changed MandrakeSoft -> MandrakesoftPablo Saratxaga2004-07-201-1/+1
* Be nice with François and put my e-mail address as current maintainer.Rafael Garcia-Suarez2004-06-081-0/+2
* Remove gurpmi/rpmdrake reference, Bug #6749Olivier Thauvin2004-02-251-2/+0
* Added Estonian man pages; updated po filesPablo Saratxaga2002-12-231-0/+95
t'>3
1 files changed, 2 insertions, 1 deletions
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"
}