]> git.mxchange.org Git - mailer.git/blobdiff - inc/handler.php
Get rid of PHP_SELF (still some are left).
[mailer.git] / inc / handler.php
index 7a4aa53c877348dab1969a799437115eae2e75d9..9523a6eb69f91b11e96ec74f3f41946e6f41f433 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Handler-Funktionen (Call-Back)                   *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2015 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -67,7 +62,7 @@ function initErrorHandler () {
 }
 
 // Enable exit on error
-function enableExitOnError ($enable=true) {
+function enableExitOnError ($enable = TRUE) {
        $GLOBALS['error_handler']['exit_on_error'] = $enable;
 }