From 69b79fa5116d9c21aca588906eab97801e346444 Mon Sep 17 00:00:00 2001 From: Florian Azizian <florian.azizian@maarch.org> Date: Wed, 17 Sep 2014 09:38:18 +0000 Subject: [PATCH] FEAT #1552 ajoute un texte pour alphanum et alphabetic --- core/trunk/core/class/class_functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/trunk/core/class/class_functions.php b/core/trunk/core/class/class_functions.php index 37e9901d61c..22d215335f7 100644 --- a/core/trunk/core/class/class_functions.php +++ b/core/trunk/core/class/class_functions.php @@ -252,6 +252,7 @@ class functions else { $this->add_error($msg_error, _WRONG_FORMAT); + $this->add_error(_ONLY_ALPHABETIC); return ""; } @@ -263,6 +264,7 @@ class functions else { $this->add_error($msg_error,_WRONG_FORMAT); + $this->add_error(_ONLY_ALPHANUM); return ""; } -- GitLab