removed some debugging details

This commit is contained in:
seek3r 2001-06-01 09:23:03 +00:00
parent ae7a9c3af3
commit 777aa59e10

View File

@ -455,8 +455,8 @@ class db {
$this->Database = "mysql"; $this->Database = "mysql";
} }
$this->disconnect(); $this->disconnect();
$this->query("CREATE DATABASE $currentDatabase"); $this->query("CREATE DATABASE $currentDatabase");
$this->query("grant all on $currentDatabase.* to $currentUser@localhost identified by '$currentPassword'"); $this->query("grant all on $currentDatabase.* to $currentUser@localhost identified by '$currentPassword'");
$this->disconnect(); $this->disconnect();
$this->User = $currentUser; $this->User = $currentUser;