- resolves bug "SOAP cannot be used with DBI backend", see #761

This commit is contained in:
David COUTADEUR 2014-11-05 08:54:16 +00:00
parent bd9f473c14
commit ac4581f788
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ our ( @EXPORT, %EXPORT_TAGS );
BEGIN {
*Lemonldap::NG::Common::Conf::_dbh = \&_dbh;
*EXPORT = \@Lemonldap::NG::Common::Conf::Constants::EXPORT;
*EXPORT_TAGS = \%Lemonldap::NG::Common::Conf::Constants::EXPORT_TAGS;
push @EXPORT, @Lemonldap::NG::Common::Conf::Constants::EXPORT;
%EXPORT_TAGS = %Lemonldap::NG::Common::Conf::Constants::EXPORT_TAGS;
push @EXPORT,
qw(prereq available lastCfg _dbh lock isLocked unlock delete logError);
}