]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #486 from IrlJidel/patch-1
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 16 Jul 2016 08:09:09 +0000 (10:09 +0200)
committerGitHub <noreply@github.com>
Sat, 16 Jul 2016 08:09:09 +0000 (10:09 +0200)
pgsqlRunPartitionScript needs global $aCMDResult

utils/setup.php

index 94c7edb5209d13fc3d6d7d1f7e6c365a0ddb0641..992034c77943cbbe94e5603894cc73722b13a5a4 100755 (executable)
 
        function pgsqlRunPartitionScript($sTemplate)
        {
+               global $aCMDResult;
                $oDB =& getDB();
 
                $sSQL = 'select distinct partition from country_name';