imprv roadtrip
Deploy HouseHub / deploy (push) Successful in 3s

This commit is contained in:
2026-07-28 08:51:55 +02:00
parent ac8ebf7328
commit 659b286967
4 changed files with 359 additions and 54 deletions
+1
View File
@@ -22,6 +22,7 @@ $stmt = $pdo->prepare("
LEFT JOIN pf_vehicles v ON h.vehicle_id = v.id
WHERE h.id = ?
");
$stmt->execute([$id]);
$holiday = $stmt->fetch(PDO::FETCH_ASSOC);