From 32428e36622286e5016c84ea642a5361a111426b Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Fri, 8 Feb 2013 07:41:52 +0000 Subject: [PATCH] Hopla --- bureau/class/m_mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bureau/class/m_mysql.php b/bureau/class/m_mysql.php index b117995a..ff83b91f 100644 --- a/bureau/class/m_mysql.php +++ b/bureau/class/m_mysql.php @@ -90,7 +90,7 @@ class DB_users extends DB_Sql { // c'est pas étanche : $db se retrouve avec Database de $sql->dbu . Danger, faut comprendre pourquoi // Si on veux que ca marche, il faut Database=alternc. //$this->Database = "mysql"; - $this->Database = "information_schema"; #if dbus is on a different host the alternc database will not be there and trying to use it might cause an error + $this->Database = "mysql"; #if dbus is on a different host the alternc database will not be there and trying to use it might cause an error $this->HumanHostname = $human_hostname; }