reglage bug

This commit is contained in:
pierre renaudot
2024-01-18 10:20:48 +01:00
parent 6d57767987
commit 865134080e
7 changed files with 9 additions and 20 deletions

View File

@@ -17,8 +17,6 @@ class PdoGsb
public function __construct()
{
PdoGsb::$pdo = new PDO(PdoGsb::$serveur . ';' . PdoGsb::$bdd, PdoGsb::$user, PdoGsb::$mdp);
//PdoGsb::$monPdo->query("SET CHARACTER SET utf8");SET client_encoding = 'UTF8';
}
public function _destruct()
{