mirror of
http://git.frickel.earth/Tysox/BOS-Pinneberg.git
synced 2025-05-21 02:34:30 +02:00
~ Fix last errors
This commit is contained in:
parent
89519f93cf
commit
bd221faf88
@ -50,8 +50,8 @@ if ($result->num_rows > 0) {
|
||||
<td>
|
||||
<?php
|
||||
$einheit = $conn->query("SELECT `name` FROM `thw_einheit` WHERE id = " . $frow['Einheit']);
|
||||
$result = $einheit->fetch_array();
|
||||
echo ($result['name']);
|
||||
$results = $einheit->fetch_array();
|
||||
echo ($results['name']);
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user