Missing TB_PREF fix.
[fa-stable.git] / 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");