// Source typo #PSCFV-3562

This commit is contained in:
dMetzger
2012-08-08 07:02:22 +00:00
parent 42f6df0b72
commit bb487d96b8
+1 -1
View File
@@ -170,7 +170,7 @@ class DbMySQLiCore extends Db
if (!$link->options(MYSQLI_OPT_CONNECT_TIMEOUT, $timeout))
return 1;
if (!$link->real_connect($server, $user, $pwd, $db);
if (!$link->real_connect($server, $user, $pwd, $db))
return (mysqli_connect_errno() == 1049) ? 2 : 1;
if (strtolower($engine) == 'innodb')