Remove the field name in tests : it is in the key

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1837 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2014-09-19 08:54:52 +00:00
parent ac15d8b3c3
commit e81452a782

View File

@@ -233,8 +233,8 @@ class dblayer extends PDO
$verify = $this->verifyOne ($key, $datas[$key]); $verify = $this->verifyOne ($key, $datas[$key]);
if (is_array ($verify) && count ($verify)) if (is_array ($verify) && count ($verify))
{ {
$errors[$key] = array ($verify[0], $verify[1]." ". $errors[$key] = array ($verify[0], $verify[1]);
dgettext("domframework","in")." ".$key); //." ". dgettext("domframework","in")." ".$key);
continue; continue;
} }
// Check for type inconsistencies if the value is provided // Check for type inconsistencies if the value is provided