Revert "code beauty improvements"

This reverts commit ee3973f507.
This commit is contained in:
ThomasBarris
2018-08-23 08:07:08 +02:00
parent ee3973f507
commit a8b31090a1
2 changed files with 9 additions and 5 deletions

View File

@@ -133,7 +133,7 @@ function prepDB($aCMDResult)
pgsqlRunScriptFile(CONST_BasePath.'/data/gb_postcode_table.sql');
if (file_exists(CONST_BasePath.'/data/gb_postcode_data.sql.gz')) {
if (file_exists(CONST_BasePath.'/data/gb_postcode_data.sql.gz')) {
pgsqlRunScriptFile(CONST_BasePath.'/data/gb_postcode_data.sql.gz');
} else {
warn('external UK postcode table not found.');
@@ -153,11 +153,11 @@ function prepDB($aCMDResult)
// versions in create-tables.
pgsqlRunScript('CREATE TABLE IF NOT EXISTS place_boundingbox ()');
pgsqlRunScript('CREATE TYPE wikipedia_article_match AS ()', false);
}
return $aDSNInfo;
}
return $aDSNInfo;
}
function import_data($aCMDResult, $iCacheMemory, $aDSNInfo)
function import_data($aCMDResult, $iCacheMemory,$aDSNInfo)
{
info('Import data');
@@ -929,3 +929,5 @@ function checkModulePresence()
return $bResult;
}
?>