Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / member / what-bank_deposit.php
index 7012c64f8208ce3c5f6fc5ee47cb10017c783076..1344403fa0714ef2d3f53a32081074525fb59fb7 100644 (file)
@@ -38,7 +38,7 @@ if (!defined('__SECURITY')) {
 } elseif (!IS_MEMBER()) {
        LOAD_URL("modules.php?module=index");
 } elseif ((!EXT_IS_ACTIVE("bank")) && (!IS_ADMIN())) {
-       ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "bank");
+       addFatalMessage(EXTENSION_PROBLEM_EXT_INACTIVE, "bank");
        return;
 }