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

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 30Zeile 30
	$db->update_query("helpdocs", array('usetranslation' => 1));
$db->update_query("helpsections", array('usetranslation' => 1));


	$db->update_query("helpdocs", array('usetranslation' => 1));
$db->update_query("helpsections", array('usetranslation' => 1));


	$db->modify_column("polls", "numvotes", "text NOT NULL");








	if($db->type == 'pgsql')
{
$db->modify_column("polls", "numvotes", "text", "set");
}
else
{
$db->modify_column("polls", "numvotes", "text NOT NULL");
}


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


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