forked from halo-battle/game
Version 1.13a
This commit is contained in:
parent
de31cd3e9a
commit
ba8f323879
1634 changed files with 10080 additions and 213021 deletions
|
|
@ -77,7 +77,7 @@ class BDD
|
|||
|
||||
function reconnexion()
|
||||
{
|
||||
if(!empty($this->host) && !empty($this->user) && !empty($this->password) && !empty($this->database)) $this->connexion($this->host,$this->user,$this->password,$this->database);
|
||||
if(!empty($this->host) && !empty($this->user) && isset($this->password) && !empty($this->database)) $this->connexion($this->host,$this->user,$this->password,$this->database);
|
||||
}
|
||||
|
||||
function deconnexion()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue