mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-23 09:56:34 +02:00
Change UTF8 to utf8mb4 to properly support utf8 in mysql
This commit is contained in:
parent
fadffdab10
commit
bd3da73711
6 changed files with 14 additions and 14 deletions
|
@ -60,7 +60,7 @@ class Phone extends AbstractDaemon
|
|||
|
||||
$this->read_tick += 1;
|
||||
|
||||
$this->bdd = \descartes\Model::_connect(DATABASE_HOST, DATABASE_NAME, DATABASE_USER, DATABASE_PASSWORD, 'UTF8');
|
||||
$this->bdd = \descartes\Model::_connect(DATABASE_HOST, DATABASE_NAME, DATABASE_USER, DATABASE_PASSWORD);
|
||||
|
||||
//Send smss in queue
|
||||
$this->send_smss();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue