mirror of
http://git.frickel.earth/Tysox/BOS-Pinneberg.git
synced 2025-05-21 12:34:31 +02:00
Merge branch 'master' of C:\Users\chris\IdeaProjects\BOS-Pinneberg with conflicts.
This commit is contained in:
parent
83a72c1205
commit
3a45eb13b7
@ -83,5 +83,4 @@ if ($result->num_rows > 0) {
|
|||||||
echo("<h4>Rettungsdienstfahrzeuge</h4>");
|
echo("<h4>Rettungsdienstfahrzeuge</h4>");
|
||||||
showTable($conn,9);
|
showTable($conn,9);
|
||||||
|
|
||||||
|
|
||||||
} ?>
|
} ?>
|
||||||
|
@ -33,7 +33,7 @@ if ($result->num_rows > 0) {
|
|||||||
|
|
||||||
<?php
|
<?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) {
|
if ($fahrzeuge->num_rows > 0) {
|
||||||
while ($frow = $fahrzeuge->fetch_assoc()) {
|
while ($frow = $fahrzeuge->fetch_assoc()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user