Vergleich install/resources/upgrade26.php - 1.8.3 - 1.8.4

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 34Zeile 34

if($db->field_exists('failedlogin', 'users'))
{


if($db->field_exists('failedlogin', 'users'))
{

		$db->write_query("ALTER TABLE ".TABLE_PREFIX."users DROP failedlogin;");

		$db->drop_column("users", "failedlogin");

	}

// We don't need the posthash after the post is inserted into the database

	}

// We don't need the posthash after the post is inserted into the database