mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Issue #605 - PDO Working, but needs testing.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user