From: Janusz Dobrowolski Date: Mon, 30 Mar 2009 16:41:44 +0000 (+0000) Subject: go_debug set to off X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=75de71934c04d809d359c73480bf82d6feb87d9a;p=textcart.git go_debug set to off --- diff --git a/config.php b/config.php index 0dd0bed..ba1c134 100644 --- a/config.php +++ b/config.php @@ -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.