Fixing burning tinderbox created by checkin of Bug 280124

This commit is contained in:
travis%sedsystems.ca 2005-01-31 23:33:37 +00:00
Родитель f774ec7a06
Коммит 6ea76ae1bc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);
################################################################################