]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-wernis.php
New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / modules / admin / action-wernis.php
index 51d5056589121fa60e4d3ead93bb40adedb3a89e..94308609b3b86736c83de059bdde03be4e0df53e 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']));
-if (INCLUDE_READABLE($INC)) {
+if (isIncludeReadable($INC)) {
        // Ok, we finally load the admin action module
-       LOAD_INC($INC);
+       loadInclude($INC);
 } else {
        addFatalMessage(__FILE__, __LINE__, getMessage('ADMIN_ACTION_404'), $GLOBALS['what']);
 }