Remove character restriction for CV
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Thu, 17 May 2007 10:59:56 +0000 (10:59 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Thu, 17 May 2007 10:59:56 +0000 (10:59 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1826 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/profile/verif_emploi.inc.php

index 531978d..7c96990 100644 (file)
@@ -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]='';