Added Uebelbach Location import

This commit is contained in:
Frank Schubert
2023-10-03 16:45:51 +02:00
parent acee68c6c3
commit b6ef487d36
7 changed files with 3745 additions and 3 deletions
@@ -13,7 +13,7 @@ require_once(LIBDIR."/mvcfronk/mfBase/mfBaseController.php");
$me = new User(1);
$filename = __DIR__."/import/SDIHome__Homes_GSF_20230731.csv";
$filename = __DIR__."/import/SDIHome__Homes_GSF_20231003.csv";
$db = FronkDB::singleton(ADDRESSDB_DBHOST, ADDRESSDB_DBUSER, ADDRESSDB_DBPASS, ADDRESSDB_DBNAME);
$log = mfLoghandler::singleton();