mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 13:24:07 +00:00
fix quotes to make phpcs happy
This commit is contained in:
@@ -186,7 +186,7 @@ function runSQLScript($sScript, $bfatal = true, $bVerbose = false, $bIgnoreError
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!$bVerbose) {
|
if (!$bVerbose) {
|
||||||
fwrite($ahPipes[0], "set client_min_messages to WARNING;");
|
fwrite($ahPipes[0], 'set client_min_messages to WARNING;');
|
||||||
}
|
}
|
||||||
|
|
||||||
while (strlen($sScript)) {
|
while (strlen($sScript)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user