From: travis%sedsystems.ca <> Date: Tue, 1 Feb 2005 07:33:37 +0000 (+0000) Subject: Fixing burning tinderbox created by checkin of Bug 280124 X-Git-Tag: bugzilla-2.19.3~355 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b21f214cf515f005382183beb72d70e58e0a87e5;p=thirdparty%2Fbugzilla.git Fixing burning tinderbox created by checkin of Bug 280124 --- diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index e3990f0705..05ef77e32f 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -39,7 +39,7 @@ use Bugzilla::Util; use Bugzilla::Constants; use Bugzilla::Auth; -use Exporter qw(import); +use base qw(Exporter); @Bugzilla::User::EXPORT_OK = qw(insert_new_user); ################################################################################