Convert source code to UTF-8
[platal.git] / include / profil / verif_mentor.inc.php
index 2689aa9..b1707f3 100644 (file)
 if(Post::has('mentor_expertise')){
   $mentor_expertise = Post::v('mentor_expertise');
   if(!empty($mentor_expertise)){
-      if (strlen(strtok($mentor_expertise,"<>{}~§`|%$^")) < strlen($mentor_expertise)){//TODO: affiner la liste
-           $page->trig("L'expertise contient un caractère interdit.");
+      if (strlen(strtok($mentor_expertise,"<>{}~§`|%$^")) < strlen($mentor_expertise)){//TODO: affiner la liste
+           $page->trig("L'expertise contient un caractère interdit.");
        }
   }
 }
 
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
 ?>