Small typo

This commit is contained in:
sparkyx 2020-11-12 21:20:16 +01:00
parent 0f3f185dbc
commit 502eed256b
4 changed files with 12 additions and 10 deletions

View file

@ -109,7 +109,7 @@ else if ($sbaction == "delete")
User::remove_inexistant_user($a_dossier[$i]['dos_id']);
}
User::audit_admin(sprintf('DELETE USER %s %s',$uid,$auser['use_login']));
echo "<H2 class=\"info\">";
ZZ echo "<H2 class=\"info\">";
printf (_("Utilisateur %s %s est effacé"),$http->post('fname'),$http->post('lname')) ;
echo " </H2>";
require_once NOALYSS_INCLUDE.'/lib/iselect.class.php';