X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Finstall%2Finstall_page_finalize.php;h=da7993effbff54130a10ada5270e0a82c72309a9;hb=dc96f3adc229c28abb599bdfb407075b8717e80e;hp=0b6229945d306039628d9077164338882f87954e;hpb=af39da5aa7cc3737e01238755060dea0eb376896;p=mailer.git diff --git a/inc/install/install_page_finalize.php b/inc/install/install_page_finalize.php index 0b6229945d..da7993effb 100644 --- a/inc/install/install_page_finalize.php +++ b/inc/install/install_page_finalize.php @@ -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__);