Ignore:
Timestamp:
Dec 9, 2009, 10:31:42 PM (14 years ago)
Author:
Eric
Message:

Bug 1309 fixed : Control of forbidden characters in login name works fine again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/include/functions_UserAdvManager.inc.php

    r4430 r4458  
    695695  if (isset($login) and isset($conf_nbc_UserAdvManager[8]) and $conf_nbc_UserAdvManager[8] <> '')
    696696  {
    697     $conf_nbc_CharExclusion = preg_split("/[\s,]+/",$conf_nbc_UserAdvManager[8]);
     697    $conf_nbc_CharExclusion = preg_split("/,/",$conf_nbc_UserAdvManager[8]);
    698698    for ($i = 0 ; $i < count($conf_nbc_CharExclusion) ; $i++)
    699699    {
     
    10261026  }
    10271027
    1028   // Calcul du coefficient points/longueur - calculating the coefficient points / length
     1028  // Calcul du coefficient points/longueur - calculating the coefficient points/length
    10291029  $step1 = $points / $length;
    10301030
Note: See TracChangeset for help on using the changeset viewer.