admin/list

This commit is contained in:
Walter Hupfeld 2024-02-18 14:55:16 +01:00
parent 9a32d1fbaa
commit 418cf9d113

View File

@ -210,7 +210,8 @@
echo "<td>".$row['road']." ".$row['house_number']."<br>"
.$row['neighbourhood']." "
.$row['hamlet']." "
.$row['suburb']."</td>";
.$row['suburb']."<br>"
.$row['postcode']." ".$row['city']."</td>";
$strDefect = (isset($row['defect']) && $row['defect']>0) ? $arrDefect[$row['defect']] : "";
echo "<td id='defect_".$id."' value='".$row['defect']."'>".$strDefect."</td>\n";