From 1cdaca15c0ad58c2ff5b7888ef2e4c3c5ce922dc Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Thu, 17 May 2007 11:00:36 +0000 Subject: [PATCH] Import r1826 git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.14@1827 839d8a87-29fc-0310-9880-83ba4fa771e5 --- modules/profile/verif_emploi.inc.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/profile/verif_emploi.inc.php b/modules/profile/verif_emploi.inc.php index 531978d..7c96990 100644 --- a/modules/profile/verif_emploi.inc.php +++ b/modules/profile/verif_emploi.inc.php @@ -68,12 +68,6 @@ if (strlen(strtok($poste[$i],"<>{}~?!§*`|%$^=+")) < strlen($poste[$i])) $page->trig("Le champ 'Poste $j' contient un caractère interdit."); } -//validité du CV -if (strlen(strtok($cv,"<>{}~§`")) < strlen($cv)) -{ - $page->trig("Le champ 'Curriculum vitae' contient un caractère interdit."); -} - // correction du champ web si vide if ($webpro[$i]=="http://" or $webpro[$i] == '') { $webpro[$i]=''; -- 2.1.4