mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 19:07:58 +00:00
code beauty improvements
This commit is contained in:
@@ -66,7 +66,7 @@ if ($aCMDResult['import-data'] || $aCMDResult['all']) {
|
||||
|
||||
if ($aCMDResult['create-functions'] || $aCMDResult['all']) {
|
||||
$bDidSomething = true;
|
||||
create_functions ($aCMDResult);
|
||||
create_functions($aCMDResult);
|
||||
}
|
||||
|
||||
if ($aCMDResult['create-tables'] || $aCMDResult['all']) {
|
||||
@@ -131,5 +131,3 @@ if ($aCMDResult['drop']) {
|
||||
}
|
||||
|
||||
didsomething($bDidSomething);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user