]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_rewrite.php
Email details and bonus mails in admin swapped out to template
[mailer.git] / inc / modules / admin / what-config_rewrite.php
index 9d16d7bfd62b59cbd3d336cd9df44098567702e3..d1384b3a9397a54307033077a6ec4db04c734303 100644 (file)
@@ -44,7 +44,7 @@ if (isset($_POST['ok']))
 {
        // Generate string
        $MODs = array();
-       foreach ($_POST['mod'] as $mod=>$sel)
+       foreach ($_POST['mod'] as $mod => $sel)
        {
                // Now you can never deselect the admin module, bah!!! ;-)
                if (($sel == "Y") || ($mod == "admin"))