X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fguest%2Fwhat-login.php;h=caa950e645b78557451d185eaf89168301672848;hb=32777262b436bb0a6141a39b0b2a7ccde5f2630f;hp=bb5750c03eb82d6291414e354715a7ba548934fb;hpb=0fe94791af05018868398d3c6c87d2b16f9557a2;p=mailer.git diff --git a/inc/modules/guest/what-login.php b/inc/modules/guest/what-login.php index bb5750c03e..caa950e645 100644 --- a/inc/modules/guest/what-login.php +++ b/inc/modules/guest/what-login.php @@ -19,6 +19,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -106,8 +107,7 @@ $content['message'] = ''; if (!empty($errorCode)) { // @TODO Move this HTML code into a template $message = " -   - + "; // Do we have a userid set? @@ -122,7 +122,6 @@ if (!empty($errorCode)) { // Continue with HTML $message .= " -   \n"; $content['message'] = $message; } // END - if @@ -137,7 +136,7 @@ if (isExtensionActive('nickname')) { // Was an URL constructed? if (!empty($URL)) { // URL was constructed - if (getTotalFatalErrors() > 0) { + if (ifFatalErrorsDetected()) { // Handle fatal errors runFilterChain('handle_fatal_errors'); } else {