bugfix
This commit is contained in:
parent
ca070a0efe
commit
bd52659e4a
@ -139,7 +139,7 @@ print '<tr><td valign="top" width="30%">';
|
|||||||
echo "<p>".$langs->trans ("ErrForgotField")." \"".$langs->trans ("Label")."\"</p>";
|
echo "<p>".$langs->trans ("ErrForgotField")." \"".$langs->trans ("Label")."\"</p>";
|
||||||
$OK = false;
|
$OK = false;
|
||||||
}
|
}
|
||||||
else if ($c->already_exists($_POST["nom"],$_POST["catsMeres"])) // on regarde si le nom n'existe pas déjà en tant que catégorie ou sous-catégorie
|
else if ($c->already_exists($_POST["nom"],$cats_meres)) // on regarde si le nom n'existe pas déjà en tant que catégorie ou sous-catégorie
|
||||||
{
|
{
|
||||||
echo "<p>".$langs->trans ("ErrCatAlreadyExists")."</p>";
|
echo "<p>".$langs->trans ("ErrCatAlreadyExists")."</p>";
|
||||||
$OK = false;
|
$OK = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user