Vergleich install/resources/upgrade41.php - 1.8.13 - 1.8.22

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 62Zeile 62
		{
$db->update_query("moderatorlog", array(
"action" => $db->escape_string($stripped),

		{
$db->update_query("moderatorlog", array(
"action" => $db->escape_string($stripped),

			), "WHERE tid = '".$row['tid']."'");

			), "tid = '".$row['tid']."'");

		}
}


		}
}