Vergleich inc/tasks/checktables.php - 1.8.30 - 1.8.31

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 12Zeile 12
{
global $db, $mybb, $lang, $plugins;


{
global $db, $mybb, $lang, $plugins;


	// Sorry SQLite, you don't have a decent way of checking if the table is corrupted or not.
if($db->type == "sqlite")

	if(!in_array($db->type, array('mysql', 'mysqli')))


	{
return;
}

	{
return;
}