]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix quotes to make phpcs happy
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 24 Aug 2018 19:39:20 +0000 (21:39 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 24 Aug 2018 19:39:20 +0000 (21:39 +0200)
lib/cmd.php

index 101868109c8f2cd9cca82810583e6a9962799820..44923618723636b86aec3c17f9f3ae4df3742e83 100644 (file)
@@ -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)) {