migrated correctMysqlUsers() function to new PDO database class, refs #1287

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-11-26 08:13:05 +01:00
parent c5937077c4
commit a2dbf56d2e
2 changed files with 62 additions and 45 deletions

View File

@@ -239,7 +239,8 @@ class Database {
self::$_sqldata = array(
'user' => $user,
'passwd' => $password,
'host' => $host
'host' => $host,
'db' => $sql["db"]
);
}