forked from hans/Nominatim
@@ -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,3 +131,5 @@ if ($aCMDResult['drop']) {
|
||||
}
|
||||
|
||||
didsomething($bDidSomething);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user