diff --git a/admin/index.php b/admin/index.php index 6d66586..fbda217 100644 --- a/admin/index.php +++ b/admin/index.php @@ -210,7 +210,8 @@ echo "".$row['road']." ".$row['house_number']."
" .$row['neighbourhood']." " .$row['hamlet']." " - .$row['suburb'].""; + .$row['suburb']."
" + .$row['postcode']." ".$row['city'].""; $strDefect = (isset($row['defect']) && $row['defect']>0) ? $arrDefect[$row['defect']] : ""; echo "".$strDefect."\n";