X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/1ee636461c3fe1925731691985161a19cea64247..d9e0ef0ebfbc2860e7c0b7e7510a4014300074be:/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)) {