3
0
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:
Christoph Tank 2019-10-15 00:17:00 +02:00
parent 89519f93cf
commit bd221faf88

View File

@ -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>