]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_holiday.php
Surfbar actions will never be deleted/locked/undeleted
[mailer.git] / inc / modules / admin / what-config_holiday.php
index 95e715ffd5ba38609fb33af112e4732544c70223..00d9de8032e5d4562b85117964823644dbbbbf60 100644 (file)
@@ -48,7 +48,7 @@ if (isFormSent()) {
        adminSaveSettingsFromPostData();
 } else {
        // Prepare constants for the template
-       $content['holiday_lock'] = createTimeSelections(getConfig('holiday_lock')  , 'holiday_lock'  , 'WDh');
+       $content['holiday_lock'] = createConfigurationTimeSelections('holiday_lock', 'WDh');
 
        // Init all entries
        foreach (array('holiday_mode_direct','holiday_mode_reset') as $entry) {
@@ -57,7 +57,7 @@ if (isFormSent()) {
 
        // Set all entries
        foreach (array('holiday_mode') as $entry) {
-               $content[$entry . '_' . strtolower(getConfig('holiday_mode'))] = ' checked="checked"';
+               $content[$entry . '_' . strtolower(getConfig($entry))] = ' checked="checked"';
        } // END - if
 
        // Load form template