]> git.mxchange.org Git - mailer.git/blobdiff - inc/mysql-connect.php
Cache does no longer try to close non-existing cache
[mailer.git] / inc / mysql-connect.php
index 7bbaee5e1ea1b72aef8816547f227a8d55ab3b0b..8f8e5cd41d760e6f51c304ea5c1e4da407626378 100644 (file)
@@ -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 <a href=\"http://forum.mxchange.org\" target=\"_blank\">forum.mxchange.org</a>:<pre>");
                debug_print_backtrace();
-               die("</pre>Thanks for your help finding bugs.");
+               die("</pre>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