Partial (inventory related) include files cleanup.
[fa-stable.git] / includes / system_tests.inc
index 883ee038d1b2e8a1174d2e3b41945b6371be6a99..f4955627cf9e2e805857063aa19d7e90f8f4c7e5 100644 (file)
@@ -124,7 +124,7 @@ function tst_debug()
        $test['descr'] = _('Debugging mode');
        $test['type'] = 0;
        $test['test'] = $SysPrefs->go_debug ? _("Yes") : _("No");
-       $test['result'] = $go_debug != 0;
+       $test['result'] = $SysPrefs->go_debug != 0;
        $test['comments'] = _('To switch debugging on set $go_debug>0 in config.php file');
 
        return $test;
@@ -417,7 +417,7 @@ function display_system_tests($install = false)
                );
 
 
-       start_table(TABLESTYLE, "width=80%");
+       start_table(TABLESTYLE, "width='80%'");
        $th = array(_("Test"), _('Test type'), _("Value"), _("Comments"));
        table_header($th);