diff options
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 |