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