Fixed missing global go_debug declaration.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Tue, 16 Jun 2009 11:54:28 +0000 (11:54 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Tue, 16 Jun 2009 11:54:28 +0000 (11:54 +0000)
includes/errors.inc

index eb06ff127dd84060e6469bdee5b44d16db3f0593..a23c6d3fcae6123ae60bd832c3024ef59939966c 100644 (file)
@@ -22,7 +22,7 @@ $msg_colors = array(
 //    display in message box.
 
 function error_handler($errno, $errstr, $file, $line) {
-    global $messages;
+    global $messages, $go_debug;
 
        // error_reporting==0 when messages are set off with @ 
        if ($errno) {