fix quotes to make phpcs happy

This commit is contained in:
Sarah Hoffmann
2018-08-24 21:39:20 +02:00
parent 6e3670bce5
commit e8982068b6

View 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)) {