X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmysql-connect.php;h=8f8e5cd41d760e6f51c304ea5c1e4da407626378;hb=3bd890f49df3709ba6f56c6e5d328bf30ecfe381;hp=7bbaee5e1ea1b72aef8816547f227a8d55ab3b0b;hpb=0211214187aa95bd5726ecc7dac13dfe0f699c63;p=mailer.git diff --git a/inc/mysql-connect.php b/inc/mysql-connect.php index 7bbaee5e1e..8f8e5cd41d 100644 --- a/inc/mysql-connect.php +++ b/inc/mysql-connect.php @@ -67,7 +67,7 @@ function __errorHandler ($errno, $errstr, $errfile, $errline) { ); // Write debug log message - DEBUG_LOG(__FUNCTION__.":".$msg, true); + DEBUG_LOG(__FUNCTION__, __LINE__, "".$msg, true); // Output message to user and die if (EXT_IS_ACTIVE("debug")) { @@ -77,7 +77,7 @@ function __errorHandler ($errno, $errstr, $errfile, $errline) { // No debug extension found print("Please report this error at forum.mxchange.org:
");
 		debug_print_backtrace();
-		die("
Thanks for your help finding bugs."); + die("Thank you for your help finding bugs."); } } @@ -148,7 +148,7 @@ if ((!isBooleanConstantAndTrue('mxchange_installing')) && (isBooleanConstantAndT // Administrative functions require_once(PATH."inc/modules/admin/admin-inc.php"); } // END - if - //* DEBUG: */ ADD_POINTS_REFSYSTEM(36,1000); + //* DEBUG: */ ADD_POINTS_REFSYSTEM("test", 36, 1000); //* DEBUG: */ die(); // Get all values