mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
finish update
This commit is contained in:
@@ -51,7 +51,7 @@ class DB
|
||||
}
|
||||
$this->driver->query("SET NAMES UTF8");
|
||||
$this->driver->query("SET collation_connection = 'utf8_general_ci'");
|
||||
$this->driver->query("SET sql_mode=''");
|
||||
// $this->driver->query("SET sql_mode=''");
|
||||
$this->isConnected = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user