projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13f7235
)
Fixed missing global go_debug declaration.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Tue, 16 Jun 2009 11:54:28 +0000
(11:54 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Tue, 16 Jun 2009 11:54:28 +0000
(11:54 +0000)
includes/errors.inc
patch
|
blob
|
history
diff --git
a/includes/errors.inc
b/includes/errors.inc
index eb06ff127dd84060e6469bdee5b44d16db3f0593..a23c6d3fcae6123ae60bd832c3024ef59939966c 100644
(file)
--- a/
includes/errors.inc
+++ b/
includes/errors.inc
@@
-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) {