From: Sarah Hoffmann Date: Fri, 24 Aug 2018 19:39:20 +0000 (+0200) Subject: fix quotes to make phpcs happy X-Git-Tag: v3.2.0~4 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/e8982068b63bd3f8020597f9529e6f2e01a527e3?ds=inline fix quotes to make phpcs happy --- 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)) {