2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Regis Houssin
2006-02-20 18:41:43 +00:00
parent ca070a0efe
commit bd52659e4a

View File

@@ -139,7 +139,7 @@ print '<tr><td valign="top" width="30%">';
echo "<p>".$langs->trans ("ErrForgotField")." \"".$langs->trans ("Label")."\"</p>";
$OK = false;
}
else if ($c->already_exists($_POST["nom"],$_POST["catsMeres"])) // on regarde si le nom n'existe pas d<>j<EFBFBD> en tant que cat<61>gorie ou sous-cat<61>gorie
else if ($c->already_exists($_POST["nom"],$cats_meres)) // on regarde si le nom n'existe pas d<>j<EFBFBD> en tant que cat<61>gorie ou sous-cat<61>gorie
{
echo "<p>".$langs->trans ("ErrCatAlreadyExists")."</p>";
$OK = false;