Code-style applied, surfbar URLs can now be edited
[mailer.git] / inc / modules / admin / what-del_holiday.php
index f2b840e3fdf52d991a366e20d4420e49c33f6b64..5f0ce83e9b5206fc91555eb574188b4cfef09c71 100644 (file)
@@ -49,7 +49,7 @@ if ($SUM > 0)
 {
        // Delete multiple holiday requests (for list_holiday)
        $cnt = 0;
-       foreach ($_POST['sel'] as $id=>$sel)
+       foreach ($_POST['sel'] as $id => $sel)
        {
                // Get the userid
                $result = SQL_QUERY_ESC("SELECT userid, holiday_start, holiday_end