X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_holiday.php;h=4b28ce9e57dbe80e73b2806a63206764ac73e29f;hb=2bacfb93cb88e31e321466f7e9c0747ea6655a6a;hp=21d9a2798fadf59986ce53733cde27fc0d6316f4;hpb=3afdce4fe00b4af570122ce7b8158ced44aec7d3;p=mailer.git diff --git a/inc/modules/admin/what-config_holiday.php b/inc/modules/admin/what-config_holiday.php index 21d9a2798f..4b28ce9e57 100644 --- a/inc/modules/admin/what-config_holiday.php +++ b/inc/modules/admin/what-config_holiday.php @@ -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;