mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
- modify.php : revision de l'affichage des messages finaux
This commit is contained in:
parent
f649783f86
commit
af0508e8f7
1 changed files with 3 additions and 1 deletions
|
@ -56,8 +56,10 @@ if($LSsession -> startLSsession()) {
|
||||||
if ($GLOBALS['LSerror']->errorsDefined()) {
|
if ($GLOBALS['LSerror']->errorsDefined()) {
|
||||||
$GLOBALS['LSsession'] -> addInfo(_("L'objet a été modifié partiellement."));
|
$GLOBALS['LSsession'] -> addInfo(_("L'objet a été modifié partiellement."));
|
||||||
}
|
}
|
||||||
if ((!LSdebugDefined()) && !$GLOBALS['LSerror']->errorsDefined()) {
|
else {
|
||||||
$GLOBALS['LSsession'] -> addInfo(_("L'objet a bien été modifié."));
|
$GLOBALS['LSsession'] -> addInfo(_("L'objet a bien été modifié."));
|
||||||
|
}
|
||||||
|
if ((!LSdebugDefined()) && !$GLOBALS['LSerror']->errorsDefined()) {
|
||||||
$GLOBALS['LSsession'] -> redirect('view.php?LSobject='.$LSobject.'&dn='.$object -> getDn());
|
$GLOBALS['LSsession'] -> redirect('view.php?LSobject='.$LSobject.'&dn='.$object -> getDn());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue