From d15c41c6916aa127a3099a09f592b05d418189b1 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 4 Jul 2006 04:42:45 +0000 Subject: Bug 338375: Use Bugzilla->params everywhere instead of Param(). Patch By Max Kanat-Alexander r=LpSolit, a=justdave --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index ba4efd0e4..fae291569 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -517,7 +517,7 @@ BEGIN { $::ENV{'PATH'} = $env; require Bugzilla::Config; - import Bugzilla::Config qw(:DEFAULT :admin); + import Bugzilla::Config qw(:admin); } # 12/17/00 justdave@syndicomm.com - removed declarations of the localconfig -- cgit v1.2.3-24-g4f1b