@@ -23,7 +23,7 @@ |
||
| 23 | 23 | |
| 24 | 24 | public function connect($server = null, $username = null, $password = null, $newLink = false, $clientFlags = 0) |
| 25 | 25 | { |
| 26 | - if ($server === null) { |
|
| 26 | + if ($server === null) { |
|
| 27 | 27 | $server = ini_get('mysql.default_host'); |
| 28 | 28 | } |
| 29 | 29 | if ($username === null) { |