From: x2001corpet Date: Fri, 17 Nov 2006 22:19:57 +0000 (+0000) Subject: inutile de verifier la ville : elle vient direct de geoloc X-Git-Tag: xorg/0.9.12~101 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=509e6025de4089e96f8511032b55c8745919e8d1;p=platal.git inutile de verifier la ville : elle vient direct de geoloc git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1097 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/include/profil/verif_adresses.inc.php b/include/profil/verif_adresses.inc.php index 050523e..c2a6896 100644 --- a/include/profil/verif_adresses.inc.php +++ b/include/profil/verif_adresses.inc.php @@ -187,10 +187,6 @@ foreach($adresses as $adrid => $adr) { { $page->trig("Le champ '$description - Code Postal' contient un caractère interdit."); } - if (strlen(strtok($adr['city'],"<>{}@~?!§*`|%$^=+")) < strlen($adr['city'])) - { - $page->trig("Le champ '$description - Ville' contient un caractère interdit."); - } foreach ($adr['tels'] as $tel) { if (strlen(strtok($tel['tel'],"<>{}@&#~\/:;?,!§*_`[]|%$^=\"")) < strlen($tel['tel'])) {