X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fhandler.php;h=84176c10b753b85329d780bc8d5c7da3e4f002c7;hb=90a0f3d369ac0af39c0f10aa0282f14ed092a513;hp=0d36f4990590d202c10555785f603b9b51d1caaa;hpb=c3b4eaf29946349ff058691db2dcb615a5379bb2;p=mailer.git diff --git a/inc/handler.php b/inc/handler.php index 0d36f49905..84176c10b7 100644 --- a/inc/handler.php +++ b/inc/handler.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -51,12 +51,12 @@ function __errorHandler ($errno, $errstr, $errfile, $errline) { ); // Output message to user and die - debug_report_bug($errfile, $errline, $message); + reportBug($errfile, $errline, $message); } // Init error handler function initErrorHandler () { - enableExitOnError(false); + enableExitOnError(FALSE); } // Enable exit on error