New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / modules / admin / what-config_holiday.php
index 5841be23d7afeae147e9cae72fd68052a3ec9390..cde0b8234a7fdd395dc4e01c51b1a347fec3a31d 100644 (file)
@@ -54,7 +54,7 @@ if (IS_FORM_SENT())
 {
        // Prepare constants for the template
        define('__MAX_VALUE', getConfig('holiday_max'));
-       define('__LOCKED'   , CREATE_TIME_SELECTIONS(getConfig('holiday_lock')  , "holiday_lock"  , "WDh"));
+       define('__LOCKED'   , createTimeSelections(getConfig('holiday_lock')  , "holiday_lock"  , "WDh"));
 
        switch (getConfig('holiday_mode')) {
        case "RESET":