Support for debugging sql queries in page footer.
[fa-stable.git] / admin / system_diagnostics.php
index 8fba181051c23a9329cf89983e6cc5e732074832..e1d8961863077e6b74df8a78e7025b11485d0216 100644 (file)
@@ -114,7 +114,7 @@ function tst_debug()
        $test['type'] = 0;
        $test['test'] = $go_debug ? _("Yes") : _("No");
        $test['result'] = $go_debug != 0;
-       $test['comments'] = _('To switch debugging on set $go_debug=1 in config.php file');
+       $test['comments'] = _('To switch debugging on set $go_debug>1 in config.php file');
 
        return $test;
 }