projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6ccc05
)
Default setting for debuging changed to off.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Wed, 6 Feb 2008 13:30:53 +0000
(13:30 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Wed, 6 Feb 2008 13:30:53 +0000
(13:30 +0000)
config.php
patch
|
blob
|
history
diff --git
a/config.php
b/config.php
index 685372efb99caaf301ea42d9ddce3c142e6d3760..67683efcf13b19061c307caa4f3c4d8343ed42f1 100644
(file)
--- a/
config.php
+++ b/
config.php
@@
-39,8
+39,8
@@
$debug = 1;
$show_sql = 0;
- $go_debug =
1
;
- if ($go_debug ==
0
)
+ $go_debug =
0
;
+ if ($go_debug ==
1
)
{
error_reporting(E_ALL);
ini_set("display_errors", "On");