From bdf70bc851a3fcf7716b4f849bda47b93684d1ed Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Thu, 17 May 2007 10:59:56 +0000 Subject: [PATCH] Remove character restriction for CV git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1826 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