Projet

Général

Profil

Révision 5136ce55

Ajouté par Assos Assos il y a plus de 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ldap/ldap_servers/LdapServer.class.php
234 234
    }
235 235

  
236 236
    if ($bindpw) {
237
      $this->bindpw = ldap_servers_decrypt($bindpw);
237
      $this->bindpw = ($bindpw == '') ? '' : ldap_servers_decrypt($bindpw);
238 238
    }
239 239

  
240 240
    $this->paginationEnabled = (boolean)(ldap_servers_php_supports_pagination() && $this->searchPagination);

Formats disponibles : Unified diff