]> git.mxchange.org Git - mailer.git/blobdiff - inc/mysql-connect.php
Error handler activated
[mailer.git] / inc / mysql-connect.php
index 4020ecdc46b587d4eb4cc0e2701303521d7990e5..3a872ef0a904c566647bef25e3755657a1219c32 100644 (file)
@@ -72,7 +72,7 @@ function __errorHandler ($errno, $errstr, $errfile, $errline) {
 }
 
 // Set error handler
-//set_error_handler('__errorHandler');
+set_error_handler('__errorHandler');
 
 // Check if the user setups his MySQL stuff...
 if ((empty($MySQL['login'])) && (!defined('mxchange_installing')) && (!isset($_GET['installing'])) && (isBooleanConstantAndTrue('mxchange_installed'))) {