@@ -45,7 +45,7 @@ |
||
| 45 | 45 | } |
| 46 | 46 | } |
| 47 | 47 | |
| 48 | - set_error_handler(function () {}); |
|
| 48 | + set_error_handler(function() {}); |
|
| 49 | 49 | try { |
| 50 | 50 | if (!$conn->real_connect($data['host'], null, null, null, (int) $data['port'], $data['socket'])) { |
| 51 | 51 | throw new ConnectionException('Connection Error: ['.$conn->connect_errno.']'.$conn->connect_error); |