St Stefan ob Stainz Import

This commit is contained in:
Frank Schubert
2023-05-16 13:00:19 +02:00
parent d6e2f71c9f
commit 9a74011139
12 changed files with 2125 additions and 3 deletions
@@ -49,7 +49,7 @@ class ADBOrtschaftModel {
WHERE $where
ORDER BY gemeinde_id,Ortschaft.name,Ortschaft.kennziffer
LIMIT 1";
mfLoghandler::singleton()->debug($sql);
$res = $db->query($sql);
if($db->num_rows($res)) {
$data = $db->fetch_object($res);