Oubli d'un debug

This commit is contained in:
Alan Garcia 2012-08-22 06:38:41 +00:00
parent 9528ef78de
commit 9238f82604
1 changed files with 0 additions and 1 deletions

View File

@ -245,7 +245,6 @@ class m_mysql {
// Ok, database does not exist, quota is ok and dbname is compliant. Let's proceed
$db->query("INSERT INTO db (uid,login,pass,db,bck_mode) VALUES ('$cuid','$myadm','$password','$dbname',0);");
$dbname=str_replace('_','\_',$dbname);
echo $admin;echo $dbname;die();
$this->grant($dbname,$myadm,"ALL PRIVILEGES",$password);
$this->dbus->query("FLUSH PRIVILEGES;");
return true;