Bernd Wurst commited on 2021-03-12 18:17:03
Zeige 1 geänderte Dateien mit 3 Einfügungen und 0 Löschungen.
| ... | ... |
@@ -59,6 +59,9 @@ if (! empty($lists)) {
|
| 59 | 59 |
if ($list['status'] == 'delete') {
|
| 60 | 60 |
$class = 'deleted'; |
| 61 | 61 |
$status = 'Wird gelöscht'; |
| 62 |
+ } elseif ($list['status'] == 'deleted') {
|
|
| 63 |
+ # liste ist schon gelöscht |
|
| 64 |
+ continue |
|
| 62 | 65 |
} elseif ($list['status'] == 'pending') {
|
| 63 | 66 |
$class = 'new'; |
| 64 | 67 |
$status = 'Wird angelegt'; |
| 65 | 68 |