diff options
author | 2005-02-01 07:33:37 +0000 | |
---|---|---|
committer | 2005-02-01 07:33:37 +0000 | |
commit | b21f214cf515f005382183beb72d70e58e0a87e5 (patch) | |
tree | 4cc4f384e0d61866339e5385fe80b752ef9f474a | |
parent | Bug 280124 : Move InsertNewUser to Bugzilla::User (diff) | |
download | bugzilla-b21f214cf515f005382183beb72d70e58e0a87e5.tar.gz bugzilla-b21f214cf515f005382183beb72d70e58e0a87e5.tar.bz2 bugzilla-b21f214cf515f005382183beb72d70e58e0a87e5.zip |
Fixing burning tinderbox created by checkin of Bug 280124
-rw-r--r-- | Bugzilla/User.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index e3990f070..05ef77e32 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); ################################################################################ |