Temporary fixes for php encoding library bugs ending with segfault.
[fa-stable.git] / admin / inst_upgrade.php
index 5fc66fc810378507edcc72488c4b74e01670a546..2fb9ac07e692294de6fe5d3109812dfa0d3ca21a 100644 (file)
@@ -63,6 +63,7 @@ start_form();
 $th = array(_("Company"), _("Table set"), _("Current version"), _("Last log"), _('Upgrade'));
 start_table(TABLESTYLE);
 table_header($th);
+$k = 0; //row colour counter
 
 $uptodate = true;
 foreach($site_status as $i => $comp)