@@ -33,7 +33,8 @@ |
||
33 | 33 | } else { |
34 | 34 | $port = null; |
35 | 35 | } |
36 | - if (1) { // don't use persistent connections for now |
|
36 | + if (1) { |
|
37 | +// don't use persistent connections for now |
|
37 | 38 | $this->db_conn = @new mysqli( |
38 | 39 | $host, $user, $passwd, $name, $port |
39 | 40 | ); |