- #512: Can attach a file -FRU
* Geoloc:
- - #493: Fix "List map search" button -Car
+ - #493: Fix "List map search" button. -Car
* Lists:
- #588: Auto-select mail to moderate -FRU
- #616: Fix encoding issues with mail to moderate -FRU
* Profile:
+ - #535: Tel can use / to specify extension. -Car
- #628: Fix edition link from user's own profile -FRU
* Register:
$page->trig("Le champ '$description - Code Postal' contient un caractère interdit.");
}
foreach ($adr['tels'] as $tel) {
- if (strlen(strtok($tel['tel'],"<>{}@&#~\/:;?,!§*_`[]|%$^=\"")) < strlen($tel['tel']))
+ if (strlen(strtok($tel['tel'],"<>{}@&#~:;?,!§*_`[]|%$^=\"")) < strlen($tel['tel']))
{
$page->trig("Le champ '$description - ".$tel['tel_type']."' contient un caractère interdit.");
}