Default setting for debuging changed to off.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 6 Feb 2008 13:30:53 +0000 (13:30 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 6 Feb 2008 13:30:53 +0000 (13:30 +0000)
config.php

index 685372efb99caaf301ea42d9ddce3c142e6d3760..67683efcf13b19061c307caa4f3c4d8343ed42f1 100644 (file)
@@ -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");