]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_holiday.php
More double->single convertions
[mailer.git] / inc / modules / admin / what-config_holiday.php
index 21d9a2798fadf59986ce53733cde27fc0d6316f4..4b28ce9e57dbe80e73b2806a63206764ac73e29f 100644 (file)
@@ -54,7 +54,7 @@ if (isFormSent()) {
        define('__LOCKED'   , createTimeSelections(getConfig('holiday_lock')  , "holiday_lock"  , "WDh"));
 
        switch (getConfig('holiday_mode')) {
-               case "RESET":
+               case 'RESET':
                        define('__RESET_DEFAULT' , ' checked="checked"');
                        define('__DIRECT_DEFAULT', '');
                        break;