]> 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 f02d461c2c79d3a3138a5c1b0e1091ce39081e63..d1384b3a9397a54307033077a6ec4db04c734303 100644 (file)
@@ -44,10 +44,10 @@ 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"))
+               if (($sel == "Y") || ($mod == "admin"))
                {
                        // Add module to queue
                        $MODs[] = $mod;