Adjust links and resolve issues with german umlauts.

This commit is contained in:
2023-12-28 15:23:55 +01:00
parent 679257d709
commit d7858e4286
25 changed files with 65 additions and 64 deletions

View File

@@ -1,4 +1,4 @@
<h3>G<EFBFBD>stebucheintrag <EFBFBD>ndern</h3>
<h3>Gästebucheintrag ändern</h3>
<?php
if (!isset($_POST['Speichern'])) {
@@ -39,7 +39,7 @@ if (!isset($_POST['Speichern'])) {
if (!$stmt2->execute()) {
die ('Query konnte nicht ausgef<65>hrt werden: ' . $stmt->error);
}
echo "Der Eintrag wurde ge<EFBFBD>ndert<br />";
echo '<a href="index.php?section=gb">Zur<EFBFBD>ck zur <EFBFBD>bersicht</a>';
echo "Der Eintrag wurde geändert<br />";
echo '<a href="index.php?section=gb">Zurück zur Übersicht</a>';
}
?>