]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_home.php
New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / modules / admin / what-config_home.php
index df9f65ae4acba36708e14e192e64cf3b850d13eb..a9119193b72dddb01c53f27725fd7dc9b8821fb3 100644 (file)
@@ -61,7 +61,7 @@ case "settings": // Settings related to the index page
                $content = array_fill(-1, 60, '');
                $content[getConfig('index_delay')] = ' selected="selected"';
 
-               define('__INDEX_COOKIE_SELECTION', CREATE_TIME_SELECTIONS(getConfig('index_cookie'), "index_cookie", "YMWD"));
+               define('__INDEX_COOKIE_SELECTION', createTimeSelections(getConfig('index_cookie'), "index_cookie", "YMWD"));
                LOAD_TEMPLATE("admin_config_home_settings", false, $content);
        }
        break;
@@ -69,7 +69,7 @@ case "settings": // Settings related to the index page
 case "target": // Set which what-file will be placed in home-page (only modules.php?module=index)
        if (REQUEST_ISSET_GET(('home'))) {
                // Set new home
-               UPDATE_CONFIG("index_home", REQUEST_GET(('home')));
+               updateConfiguration('index_home', REQUEST_GET(('home')));
        } // END - if
 
        // Load all what menu points