]> git.mxchange.org Git - mailer.git/commitdiff
Restoring the error handler is no longer required as mailer's own handler does now...
authorRoland Häder <roland@mxchange.org>
Mon, 12 Nov 2012 18:05:23 +0000 (18:05 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 12 Nov 2012 18:05:23 +0000 (18:05 +0000)
inc/install/install_page_finalize.php

index 0b6229945d306039628d9077164338882f87954e..da7993effbff54130a10ada5270e0a82c72309a9 100644 (file)
@@ -45,13 +45,6 @@ if ((isPostRequestElementSet('finalize')) && (!isInstalled())) {
        // You have submitted data then we have to reset the SQLs
        initSqls();
 
-       /*
-        * Restore PHPs error handler to prevent ours to handle errors,
-        * e.g. failed connection attempts. We want to handle them on
-        * our own.
-        */
-       restore_error_handler();
-
        // Connect to database server
        SQL_CONNECT($GLOBALS['install_mysql']['host'], $GLOBALS['install_mysql']['login'], $GLOBALS['install_mysql']['pass1'], __FILE__, __LINE__);