Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / admin / system_diagnostics.php
index 44cd37ce5506dcef34a2fe73832018386f11bb8e..4e554290ac67fcdd89e0f63ac18c300f2d30a2f1 100644 (file)
@@ -297,7 +297,7 @@ function tst_extconfig()
 }
 //-------------------------------------------------------------------------------------------------
 
-start_table("$table_style width=80%");
+start_table(TABLESTYLE, "width=80%");
 $th = array(_("Test"), _('Test type'), _("Value"), _("Comments"));
 table_header($th);