From: x2003bruneau Date: Thu, 17 May 2007 10:59:56 +0000 (+0000) Subject: Remove character restriction for CV X-Git-Tag: xorg/0.9.15~288 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=bdf70bc851a3fcf7716b4f849bda47b93684d1ed;p=platal.git Remove character restriction for CV git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1826 839d8a87-29fc-0310-9880-83ba4fa771e5 --- 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]='';