]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixing burning tinderbox created by checkin of Bug 280124
authortravis%sedsystems.ca <>
Tue, 1 Feb 2005 07:33:37 +0000 (07:33 +0000)
committertravis%sedsystems.ca <>
Tue, 1 Feb 2005 07:33:37 +0000 (07:33 +0000)
Bugzilla/User.pm

index e3990f0705c86d836cc99e17fcca2640bb1b0cf7..05ef77e32f9dfbe9ea8891671389eb71d8ae6c44 100644 (file)
@@ -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);
 
 ################################################################################