mirror of
http://git.frickel.earth/Tysox/BOS-Pinneberg.git
synced 2025-05-21 02:14:29 +02:00
~ fix
This commit is contained in:
parent
cec4366416
commit
89519f93cf
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user