Code formatting.

This commit is contained in:
2023-12-28 13:31:44 +01:00
parent b65644f3e0
commit b70cedac3b
84 changed files with 3357 additions and 3280 deletions

View File

@@ -1,13 +1,13 @@
<?php
$sql2 = 'DELETE FROM Saison WHERE ID = "'.$_POST['Titel'].'"';
$result2 = $db->query($sql2);
if ($result2) {
echo "<p>Datenbankeintrag gelöscht</p>\n";
} else {
echo "Fehler beim Löschen";
}
echo '<a href="index.php?section=kal&t=saison">Zurück zur Übersicht</a>';
$sql2 = 'DELETE FROM Saison WHERE ID = "' . $_POST['Titel'] . '"';
$result2 = $db->query($sql2);
if ($result2) {
echo "<p>Datenbankeintrag gel<EFBFBD>scht</p>\n";
} else {
echo "Fehler beim L<EFBFBD>schen";
}
echo '<a href="index.php?section=kal&t=saison">Zur<EFBFBD>ck zur <EFBFBD>bersicht</a>';
?>