3
0
mirror of http://git.frickel.earth/Tysox/BOS-Pinneberg.git synced 2025-05-21 08:14:32 +02:00
This commit is contained in:
Jan-Lukas Pagel 2019-10-15 00:12:10 +02:00
parent cec4366416
commit 89519f93cf

View File

@ -50,7 +50,8 @@ if ($result->num_rows > 0) {
<td>
<?php
$einheit = $conn->query("SELECT `name` FROM `thw_einheit` WHERE id = " . $frow['Einheit']);
echo($einheit)
$result = $einheit->fetch_array();
echo ($result['name']);
?>
</td>
</tr>