]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-doubler.php
New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / modules / admin / action-doubler.php
index e0fa47b05f3376e837402366c1b9998b4e9b3d9d..327dddc125a96e5e0031c2bcbae550f42643e6c5 100644 (file)
@@ -47,9 +47,9 @@ ADD_DESCR('admin', __FILE__);
 
 // Load the include file
 $INC = sprintf("inc/modules/admin/what-%s.php", SQL_ESCAPE($GLOBALS['what']));
 
 // Load the include file
 $INC = sprintf("inc/modules/admin/what-%s.php", SQL_ESCAPE($GLOBALS['what']));
-if (INCLUDE_READABLE($INC)) {
+if (isIncludeReadable($INC)) {
        // Ok, we finally load the admin action module
        // Ok, we finally load the admin action module
-       LOAD_INC($INC);
+       loadInclude($INC);
 } else {
        // "what file" not found
        addFatalMessage(__FILE__, __LINE__, getMessage('ADMIN_ACTION_404'), $GLOBALS['what']);
 } else {
        // "what file" not found
        addFatalMessage(__FILE__, __LINE__, getMessage('ADMIN_ACTION_404'), $GLOBALS['what']);