mirror of
https://github.com/e107inc/e107.git
synced 2025-04-19 20:21:51 +02:00
Issue #605 - PDO Working, but needs testing.
This commit is contained in:
parent
71e84bbb33
commit
9686e6f553
@ -299,7 +299,8 @@ class e_db_mysql
|
||||
{
|
||||
try
|
||||
{
|
||||
$this->mySQLaccess->select_db($database);
|
||||
$this->mySQLaccess->query("use ".$database);
|
||||
// $this->mySQLaccess->select_db($database); $dbh->query("use newdatabase");
|
||||
}
|
||||
catch (PDOException $e)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user