X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/1ee636461c3fe1925731691985161a19cea64247..d1041979ecfc352399fa8828b771eb559cb57351:/lib/cmd.php diff --git a/lib/cmd.php b/lib/cmd.php index 10186810..44923618 100644 --- a/lib/cmd.php +++ b/lib/cmd.php @@ -186,7 +186,7 @@ function runSQLScript($sScript, $bfatal = true, $bVerbose = false, $bIgnoreError } if (!$bVerbose) { - fwrite($ahPipes[0], "set client_min_messages to WARNING;"); + fwrite($ahPipes[0], 'set client_min_messages to WARNING;'); } while (strlen($sScript)) {