Remove inexistant user
This commit is contained in:
parent
81fd85eae3
commit
9536b7901e
5 changed files with 78 additions and 33 deletions
|
|
@ -172,6 +172,7 @@ if ( isset ($_POST["DATABASE"]) )
|
|||
$Res=$cn->exec_sql($sql);
|
||||
|
||||
Dossier::synchro_admin($l_id);
|
||||
User::remove_inexistant_user($l_id);
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue