From 278a0508be98a1698352e97e3e6a30afb5676833 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Wed, 6 Feb 2008 13:30:53 +0000 Subject: [PATCH] Default setting for debuging changed to off. --- config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index 685372ef..67683efc 100644 --- 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"); -- 2.30.2