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 --- editvalues.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editvalues.cgi') diff --git a/editvalues.cgi b/editvalues.cgi index c812c6c87..013e82be7 100755 --- a/editvalues.cgi +++ b/editvalues.cgi @@ -25,7 +25,7 @@ use Bugzilla; use Bugzilla::Util; use Bugzilla::Error; use Bugzilla::Constants; -use Bugzilla::Config qw(:DEFAULT :admin); +use Bugzilla::Config qw(:admin); # List of different tables that contain the changeable field values # (the old "enums.") Keep them in alphabetical order by their -- cgit v1.2.3-24-g4f1b