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:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user