Code-style applied, surfbar URLs can now be edited
[mailer.git] / inc / modules / admin / what-theme_edit.php
index 4c8efdaf4c47a313464a0dafd0803b86f12bfcc6..71a9296528c21d752628fc6b999501bea70e61d5 100644 (file)
@@ -47,7 +47,7 @@ $SEL = 0;
 if (!empty($_POST['sel'])) $SEL = SELECTION_COUNT($_POST['sel']);
 if ($SEL > 0) {
        $OUT = "";
-       foreach ($_POST['sel'] as $id=>$sel) {
+       foreach ($_POST['sel'] as $id => $sel) {
                $SQL = "";
                // Shall I de-/activate or delete themes?
                if (isset($_POST['status'])) {