Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / admin / inst_upgrade.php
index 670ecb1515d260bbdf3ccad7a05f7cd016d52282..49c97bbd2a98047b5fd50d47fba6e93de4264fb8 100644 (file)
@@ -169,7 +169,7 @@ if (get_post('Upgrade'))
 }
 
 start_form();
-start_table($table_style);
+start_table(TABLESTYLE);
 $th = array(_("Version"), _("Description"), _("Sql file"), _("Install"),
        _("Force upgrade"));
 table_header($th);