diff options
author | mkanat%bugzilla.org <> | 2006-07-04 04:42:45 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-07-04 04:42:45 +0000 |
commit | d15c41c6916aa127a3099a09f592b05d418189b1 (patch) | |
tree | c7c4df5cf9fb253f720f275527711ae24503595c /editvalues.cgi | |
parent | b1f4cf8bdc4b49c02ebebbee2553202bc46ab720 (diff) | |
download | bugs-d15c41c6916aa127a3099a09f592b05d418189b1.tar bugs-d15c41c6916aa127a3099a09f592b05d418189b1.tar.gz bugs-d15c41c6916aa127a3099a09f592b05d418189b1.tar.bz2 bugs-d15c41c6916aa127a3099a09f592b05d418189b1.tar.xz bugs-d15c41c6916aa127a3099a09f592b05d418189b1.zip |
Bug 338375: Use Bugzilla->params everywhere instead of Param().
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
Diffstat (limited to 'editvalues.cgi')
-rwxr-xr-x | editvalues.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |