admin/list
This commit is contained in:
parent
9a32d1fbaa
commit
418cf9d113
@ -210,7 +210,8 @@
|
|||||||
echo "<td>".$row['road']." ".$row['house_number']."<br>"
|
echo "<td>".$row['road']." ".$row['house_number']."<br>"
|
||||||
.$row['neighbourhood']." "
|
.$row['neighbourhood']." "
|
||||||
.$row['hamlet']." "
|
.$row['hamlet']." "
|
||||||
.$row['suburb']."</td>";
|
.$row['suburb']."<br>"
|
||||||
|
.$row['postcode']." ".$row['city']."</td>";
|
||||||
$strDefect = (isset($row['defect']) && $row['defect']>0) ? $arrDefect[$row['defect']] : "";
|
$strDefect = (isset($row['defect']) && $row['defect']>0) ? $arrDefect[$row['defect']] : "";
|
||||||
echo "<td id='defect_".$id."' value='".$row['defect']."'>".$strDefect."</td>\n";
|
echo "<td id='defect_".$id."' value='".$row['defect']."'>".$strDefect."</td>\n";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user