Adjust links and resolve issues with german umlauts.
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
$sql2 = 'DELETE FROM Saison WHERE ID = "' . $_POST['Titel'] . '"';
|
||||
$result2 = $db->query($sql2);
|
||||
if ($result2) {
|
||||
echo "<p>Datenbankeintrag gel<EFBFBD>scht</p>\n";
|
||||
echo "<p>Datenbankeintrag gelöscht</p>\n";
|
||||
} else {
|
||||
echo "Fehler beim L<>schen";
|
||||
}
|
||||
echo '<a href="index.php?section=kal&t=saison">Zur<EFBFBD>ck zur <EFBFBD>bersicht</a>';
|
||||
echo '<a href="index.php?section=kal&t=saison">Zurück zur Übersicht</a>';
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user