You are here

public function LdapProfileConfAdmin::clearError in Lightweight Directory Access Protocol (LDAP) 7

File

ldap_profile/LdapProfileConfAdmin.class.php, line 17

Class

LdapProfileConfAdmin

Code

public function clearError() {
  $this->hasError = FALSE;
  $this->errorMsg = NULL;
  $this->errorName = NULL;
}