This commit is contained in:
Jan-Lukas Pagel
2019-10-15 00:12:10 +02:00
parent cec4366416
commit 89519f93cf
+2 -1
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>