You are here

static function LDAPInterface::void_error_handler in LDAP integration 6

Same name and namespace in other branches
  1. 5.2 ldap_integration/LDAPInterface.php \LDAPInterface::void_error_handler()
  2. 5 ldap_integration/LDAPInterface.php \LDAPInterface::void_error_handler()

File

includes/LDAPInterface.inc, line 331
LDAPInterface class definition.

Class

LDAPInterface
@file LDAPInterface class definition.

Code

static function void_error_handler($num, $str, $file, $line, $context) {

  // Do nothing
}