Skip to content
Snippets Groups Projects
Commit 69b79fa5 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #1552 ajoute un texte pour alphanum et alphabetic

parent 3d49c08d
No related branches found
No related tags found
No related merge requests found
......@@ -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 "";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment