forked from hans/Nominatim
Merge pull request #486 from IrlJidel/patch-1
pgsqlRunPartitionScript needs global $aCMDResult
This commit is contained in:
@@ -761,6 +761,7 @@
|
|||||||
|
|
||||||
function pgsqlRunPartitionScript($sTemplate)
|
function pgsqlRunPartitionScript($sTemplate)
|
||||||
{
|
{
|
||||||
|
global $aCMDResult;
|
||||||
$oDB =& getDB();
|
$oDB =& getDB();
|
||||||
|
|
||||||
$sSQL = 'select distinct partition from country_name';
|
$sSQL = 'select distinct partition from country_name';
|
||||||
|
|||||||
Reference in New Issue
Block a user