1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 04:40:44 +02:00

Issue #605 - PDO Working, but needs testing.

This commit is contained in:
Cameron
2014-05-26 19:20:37 -07:00
parent 71e84bbb33
commit 9686e6f553

View File

@@ -299,7 +299,8 @@ class e_db_mysql
{ {
try try
{ {
$this->mySQLaccess->select_db($database); $this->mySQLaccess->query("use ".$database);
// $this->mySQLaccess->select_db($database); $dbh->query("use newdatabase");
} }
catch (PDOException $e) catch (PDOException $e)
{ {