Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / sponsor / welcome.php
index d2c0c59444109a7b59757bcf848e6bb8754990d8..0c4be620507e9360bbeaa5c4310091d55147f51c 100644 (file)
@@ -35,11 +35,11 @@ if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4)."/security.php";
        require($INC);
 } elseif ((!EXT_IS_ACTIVE("sponsor"))
-       ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE);
+       addFatalMessage(EXTENSION_PROBLEM_EXT_INACTIVE);
        return;
 } elseif (!IS_SPONSOR()) {
        // No sponsor!
-       ADD_FATAL(SPONSOR_ONLY_AREA_ENTERED);
+       addFatalMessage(SPONSOR_ONLY_AREA_ENTERED);
        return;
 }