]> git.mxchange.org Git - mailer.git/blobdiff - inc/handler.php
Code in 'init' phase of ext-order swapped out to daily_order.php, added filters for...
[mailer.git] / inc / handler.php
index 0d36f4990590d202c10555785f603b9b51d1caaa..8aa40ee08f7bb5446092fc257a6cd1812fb241c4 100644 (file)
@@ -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,7 +51,7 @@ 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