Skip to content
Snippets Groups Projects
Commit 29708782 authored by Kevin Abel's avatar Kevin Abel
Browse files

Use the building code for abbrev, if no abbrev exists

parent f8729c59
Branches
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ class UNL_TourMap_BuildingData ...@@ -98,7 +98,7 @@ class UNL_TourMap_BuildingData
try { try {
$inStmt->execute(array( $inStmt->execute(array(
$line[1], empty($line[1]) ? $line[0] : $line[1],
$line[2], $line[2],
$line[4], $line[4],
$line[0], $line[0],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment