Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / member / what-bank_create.php
index fc9288fe53133ae48f7f4fec6452c1e9a4890c43..31bbf4c3c9ecb2d4f4e24f4295789712d9b1821e 100644 (file)
@@ -36,7 +36,7 @@ if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 } elseif ((!EXT_IS_ACTIVE("bank")) && (!IS_ADMIN())) {
-       ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "bank");
+       addFatalMessage(EXTENSION_PROBLEM_EXT_INACTIVE, "bank");
        return;
 } elseif (!IS_MEMBER()) {
        LOAD_URL("modules.php?module=index");