3
0
mirror of http://git.frickel.earth/Tysox/BOS-Pinneberg.git synced 2025-05-21 08:04:29 +02:00

Merge branch 'master' of C:\Users\chris\IdeaProjects\BOS-Pinneberg with conflicts.

This commit is contained in:
Christoph Tank 2019-10-15 01:22:36 +02:00
parent 83a72c1205
commit 3a45eb13b7
2 changed files with 1 additions and 2 deletions

View File

@ -83,5 +83,4 @@ if ($result->num_rows > 0) {
echo("<h4>Rettungsdienstfahrzeuge</h4>");
showTable($conn,9);
} ?>

View File

@ -33,7 +33,7 @@ if ($result->num_rows > 0) {
<?php
$fahrzeuge = $conn->query("SELECT * FROM `thw` WHERE OrtID = " . $row['id']);
$fahrzeuge = $conn->query("SELECT * FROM `thw` WHERE OrtID = " . $row['id'] . " ORDER BY `einheit` ASC");
if ($fahrzeuge->num_rows > 0) {
while ($frow = $fahrzeuge->fetch_assoc()) {