From: Sarah Hoffmann Date: Sat, 16 Jul 2016 08:09:09 +0000 (+0200) Subject: Merge pull request #486 from IrlJidel/patch-1 X-Git-Tag: v3.0.0~154 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/975c30afba88acd59996439d7d57e96c32fb22be?hp=665de339e5c1afde21d836ce4be9abe94ae483e0 Merge pull request #486 from IrlJidel/patch-1 pgsqlRunPartitionScript needs global $aCMDResult --- diff --git a/utils/setup.php b/utils/setup.php index 94c7edb5..992034c7 100755 --- a/utils/setup.php +++ b/utils/setup.php @@ -761,6 +761,7 @@ function pgsqlRunPartitionScript($sTemplate) { + global $aCMDResult; $oDB =& getDB(); $sSQL = 'select distinct partition from country_name';