Handle edge case from EAST GIPPSLAND.csv
This commit is contained in:
@@ -77,6 +77,9 @@ if (($handle = fopen($inputFile, "r")) !== FALSE) {
|
|||||||
if ($currentWard == "Coastal-promontory") {
|
if ($currentWard == "Coastal-promontory") {
|
||||||
$currentWard = "Coastal-Promontory";
|
$currentWard = "Coastal-Promontory";
|
||||||
}
|
}
|
||||||
|
if ($currentWard == "East Gippsland Shire") {
|
||||||
|
$currentWard = "Unsubdivided";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (trim($data[0]) == "Candidate" || trim($data[0]) == "") {
|
if (trim($data[0]) == "Candidate" || trim($data[0]) == "") {
|
||||||
if ($currentWard == null) {
|
if ($currentWard == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user