Hanno Böck commited on 2019-12-15 09:20:36
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
| ... | ... |
@@ -36,8 +36,8 @@ if ($_GET['action'] == 'new') {
|
| 36 | 36 |
DEBUG("maildomain == 0");
|
| 37 | 37 |
$maildomain = null; |
| 38 | 38 |
} elseif (isset($maildomains[$maildomain])) {
|
| 39 |
- DEBUG("maildomain in \$maildomains");
|
|
| 40 | 39 |
// regular, OK |
| 40 |
+ DEBUG("maildomain in \$maildomains");
|
|
| 41 | 41 |
} else {
|
| 42 | 42 |
DEBUG("possible new maildomain");
|
| 43 | 43 |
$possible = get_possible_mailmandomains(); |
| 44 | 44 |