This commit is contained in:
Walter Hupfeld
2024-03-15 19:46:25 +01:00
parent e325b14ee7
commit 0d5fb5e5da
13 changed files with 77 additions and 44 deletions

View File

@@ -64,7 +64,9 @@ while ($row = $result->fetch(PDO::FETCH_ASSOC)) {
case "boolApprove":
$boolApprove = ($row['value']=="1");
break;
case "boolSidebar":
$boolSidebar = ($row['value']=="1");
break;
default: ;
//echo "Fehler bei ".$row['key'];
// Ende Lokalisierung