diff options
author | travis%sedsystems.ca <> | 2005-02-01 07:33:37 +0000 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-01 07:33:37 +0000 |
commit | b21f214cf515f005382183beb72d70e58e0a87e5 (patch) | |
tree | 4cc4f384e0d61866339e5385fe80b752ef9f474a /Bugzilla | |
parent | b7e1208d8c64cdb3a86733052f349eb6228ee1b0 (diff) | |
download | bugs-b21f214cf515f005382183beb72d70e58e0a87e5.tar bugs-b21f214cf515f005382183beb72d70e58e0a87e5.tar.gz bugs-b21f214cf515f005382183beb72d70e58e0a87e5.tar.bz2 bugs-b21f214cf515f005382183beb72d70e58e0a87e5.tar.xz bugs-b21f214cf515f005382183beb72d70e58e0a87e5.zip |
Fixing burning tinderbox created by checkin of Bug 280124
Diffstat (limited to 'Bugzilla')
-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); ################################################################################ |