Passed
Pull Request — master (#5697)
by David
16:47
created
html/inc/db_conn.inc 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,8 @@
 block discarded – undo
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
             );
Please login to merge, or discard this patch.