Notifications

This commit is contained in:
Prof Langues 2020-10-08 12:55:19 +02:00
parent 50fd8a3c9d
commit 332127401f
1 changed files with 10 additions and 10 deletions

View File

@ -620,6 +620,9 @@ class user extends common {
$item['notification'] = template::ico('comment') ;
}
}
} else {
$item['notification'] = template::ico('cancel');
}
// Création du tableau de confirmation
self::$users[] = [
$userId,
@ -630,9 +633,6 @@ class user extends common {
$item['email'],
$item['notification']
];
} else {
$item['notification'] = template::ico('cancel');
}
}
if (empty(self::$users)) {
$notification = 'Rien à importer' ;