Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1188 → Rev 1189

/trunk/plugins/viathinksoft/publicPages/800_login_ldap/OIDplusPagePublicLoginLDAP.class.php
389,7 → 389,7
if (OIDplus::baseConfig()->getValue('LDAP_ENABLED', false)) {
if (!function_exists('ldap_connect')) {
$title = _L('LDAP Login');
$notifications[] = array('ERR', _L('OIDplus plugin "%1" is enabled, but the required PHP extension "%2" is not installed.', htmlentities($title), 'php_ldap'));
$notifications[] = new OIDplusNotification('ERR', _L('OIDplus plugin "%1" is enabled, but the required PHP extension "%2" is not installed.', htmlentities($title), 'php_ldap'));
}
}
}