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