go_debug set to off
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 30 Mar 2009 16:41:44 +0000 (16:41 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 30 Mar 2009 16:41:44 +0000 (16:41 +0000)
config.php

index 0dd0bed1709a4cff4d87b21432bf2fb36f5122f4..ba1c13413de97e483e4f1f8acc4e3222cae8c87d 100644 (file)
@@ -23,7 +23,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
 
        $debug                  = 1;
        $show_sql               = 0;
-       $go_debug               = 1;
+       $go_debug               = 0;
        $pdf_debug              = 0;
        // set $sql_trail to 1 only if you want to perform bugtracking sql trail
        // Warning: this produces huge amount of data in sql_trail table.