Bernd Wurst commited on 2017-03-22 08:50:35
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
| ... | ... |
@@ -156,7 +156,7 @@ if ($_GET['action'] == 'edit') |
| 156 | 156 |
while (true) |
| 157 | 157 |
{
|
| 158 | 158 |
// Die ersten 50 Einträge in jedem Fall prüfen, danach nur so lange zusätzliche Einträge vorhanden |
| 159 |
- if (! isset($_POST['forward_to_'.$num])) && $num > 50) |
|
| 159 |
+ if (! isset($_POST['forward_to_'.$num]) && $num > 50) |
|
| 160 | 160 |
break; |
| 161 | 161 |
if (isset($_POST['forward_to_'.$num]) && chop($_POST['forward_to_'.$num]) != '') {
|
| 162 | 162 |
$fwd = array("destination" => chop($_POST['forward_to_'.$num]));
|
| 163 | 163 |