mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 02:58:13 +00:00
fix omitted initialization
This commit is contained in:
@@ -953,6 +953,8 @@ function checkModulePresence()
|
|||||||
$sSQL = "CREATE FUNCTION nominatim_test_import_func(text) RETURNS text AS '";
|
$sSQL = "CREATE FUNCTION nominatim_test_import_func(text) RETURNS text AS '";
|
||||||
$sSQL .= $sModulePath."/nominatim.so', 'transliteration' LANGUAGE c IMMUTABLE STRICT";
|
$sSQL .= $sModulePath."/nominatim.so', 'transliteration' LANGUAGE c IMMUTABLE STRICT";
|
||||||
$sSQL .= ';DROP FUNCTION nominatim_test_import_func(text);';
|
$sSQL .= ';DROP FUNCTION nominatim_test_import_func(text);';
|
||||||
|
|
||||||
|
$oDB =& getDB();
|
||||||
$oResult = $oDB->query($sSQL);
|
$oResult = $oDB->query($sSQL);
|
||||||
|
|
||||||
$bResult = true;
|
$bResult = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user