RimoImport: Logging deleted Homes
This commit is contained in:
@@ -600,7 +600,9 @@ foreach ($clusters as $cluster_data) {
|
||||
}
|
||||
|
||||
}
|
||||
echo "[DD] Deleting Hausnummer ".$adb_unit->hausnummer_id." Wohneinheit ".$adb_unit->id."\n";
|
||||
echo "[DD] Deleting Hausnummer ".$adb_unit->hausnummer_id." Wohneinheit ".$adb_unit->id." (extref ".$adb_unit->extref.")\n";
|
||||
$addressErrors[] = "[DD] Deleting Hausnummer ".$adb_unit->hausnummer_id." Wohneinheit ".$adb_unit->id." (extref ".$adb_unit->extref.")";
|
||||
|
||||
$adb_unit->delete();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user