]> git.mxchange.org Git - mailer.git/blobdiff - inc/handler.php
Renamed function so it might be more understandable
[mailer.git] / inc / handler.php
index 57da7b6a069131a803caf49a5a761fb860d5e006..bdc20c6c733ffeb6b9b7ceee6656737d626909a3 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 02/28/2009 *
- * ===============                              Last change: 02/28/2009 *
+ * Mailer v0.2.1-FINAL                                Start: 02/28/2009 *
+ * ===================                          Last change: 02/28/2009 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : handler.php                                      *
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * 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 *
@@ -52,7 +51,7 @@ function __errorHandler ($errno, $errstr, $errfile, $errline) {
        );
 
        // Output message to user and die
-       debug_report_bug($message);
+       debug_report_bug($errfile, $errline, $message);
 }
 
 // Init error handler