]> git.mxchange.org Git - mailer.git/blobdiff - inc/handler.php
Removed deprecated 'hidden' column from mod_reg table.
[mailer.git] / inc / handler.php
index 7a4aa53c877348dab1969a799437115eae2e75d9..796038fffbee1448d11e86b3621d54a13e4ee1fb 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                   *
  * For more information visit: http://mxchange.org                      *
@@ -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;
 }