]> git.mxchange.org Git - mailer.git/blobdiff - inc/header.php
Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / header.php
index b510202cc6834f0c3e255cf16d49faedcbe31a9a..40a3a80863329727550f8a8dc56402082baa9a66 100644 (file)
@@ -92,7 +92,7 @@ if (($header != "1") && ($header != "2")) {
                                define('__PAGE_TITLE', NO_CONFIG_FOUND_TITLE);
 
                                // Do not add the fatal message in installation mode
-                               if (basename($_SERVER['PHP_SELF']) != "install.php") ADD_FATAL(NO_CONFIG_FOUND);
+                               if (basename($_SERVER['PHP_SELF']) != "install.php") addFatalMessage(NO_CONFIG_FOUND);
                        }
                } // END - if