Projet

Général

Profil

Révision 91af538d

Ajouté par Assos Assos il y a environ 3 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ldap/ldap_help/ldap_test_script/functions.inc
199 199
  $password = "\"" . $password . "\"";
200 200
  $encoded = "";
201 201
  for ($i = 0; $i < strlen($password); $i++) {
202
    $encoded .= "{$password{$i}}\000";
202
    $encoded .= "{$password[$i]}\000";
203 203
  }
204 204
  return $encoded;
205 205
}

Formats disponibles : Unified diff