]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_holiday.php
Overall performance increased
[mailer.git] / inc / modules / admin / what-config_holiday.php
index b2d824df2f2996f48484dc6af2276a2f330caa62..51878d2fcc1a11c5feac0dda3f13988a4be2a419 100644 (file)
@@ -53,13 +53,13 @@ if (isset($_POST['ok']))
        switch ($_CONFIG['holiday_mode'])
        {
        case "RESET":
-               define('__RESET_DEFAULT' , ' checked');
+               define('__RESET_DEFAULT' , " checked");
                define('__DIRECT_DEFAULT', "");
                break;
 
        case "DIRECT":
                define('__RESET_DEFAULT' , "");
-               define('__DIRECT_DEFAULT', ' checked');
+               define('__DIRECT_DEFAULT', " checked");
                break;
        }