@@ -1116,7 +1116,7 @@ discard block |
||
1116 | 1116 | } |
1117 | 1117 | |
1118 | 1118 | if ($this->dumpSettings['verbose-mode']) { |
1119 | - echo($stmt . ";\n"); |
|
1119 | + echo($stmt . ";\n"); |
|
1120 | 1120 | } |
1121 | 1121 | $resultSet = $this->dbHandler->query($stmt); |
1122 | 1122 | $resultSet->setFetchMode(PDO::FETCH_ASSOC); |
@@ -1880,8 +1880,8 @@ discard block |
||
1880 | 1880 | $createTable = preg_replace($match, $replace, $createTable); |
1881 | 1881 | } |
1882 | 1882 | |
1883 | - if ($this->dumpSettings['if-not-exists'] ) { |
|
1884 | - $createTable = preg_replace('/^CREATE TABLE/', 'CREATE TABLE IF NOT EXISTS', $createTable); |
|
1883 | + if ($this->dumpSettings['if-not-exists'] ) { |
|
1884 | + $createTable = preg_replace('/^CREATE TABLE/', 'CREATE TABLE IF NOT EXISTS', $createTable); |
|
1885 | 1885 | } |
1886 | 1886 | |
1887 | 1887 | $ret = "/*!40101 SET @saved_cs_client = @@character_set_client */;".PHP_EOL. |