From 418cf9d113bc220d3726c211ed6cce4f4ed187a1 Mon Sep 17 00:00:00 2001 From: Walter Hupfeld Date: Sun, 18 Feb 2024 14:55:16 +0100 Subject: [PATCH] admin/list --- admin/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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";