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 /createaccount.cgi | |
parent | Bug 342869: Use Bugzilla->params everywhere except templates (diff) | |
download | bugzilla-d15c41c6916aa127a3099a09f592b05d418189b1.tar.gz bugzilla-d15c41c6916aa127a3099a09f592b05d418189b1.tar.bz2 bugzilla-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 'createaccount.cgi')
-rwxr-xr-x | createaccount.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/createaccount.cgi b/createaccount.cgi index a0f1ed2c3..ab011f336 100755 --- a/createaccount.cgi +++ b/createaccount.cgi @@ -30,7 +30,6 @@ use lib qw(.); use Bugzilla; use Bugzilla::Constants; -use Bugzilla::Config qw(:DEFAULT); use Bugzilla::Error; use Bugzilla::User; use Bugzilla::BugMail; |