installation var mis-tagged
This commit is contained in:
parent
05cd91129e
commit
db22a6cbe0
|
@ -16,7 +16,7 @@ class dba {
|
||||||
|
|
||||||
function __construct($server,$user,$pass,$db,$install = false) {
|
function __construct($server,$user,$pass,$db,$install = false) {
|
||||||
$this->db = @new mysqli($server,$user,$pass,$db);
|
$this->db = @new mysqli($server,$user,$pass,$db);
|
||||||
if((mysqli_connect_errno()) && (! install))
|
if((mysqli_connect_errno()) && (! $install))
|
||||||
system_unavailable();
|
system_unavailable();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue