aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-05 22:23:11 -0700
committerFriendika <info@friendika.com>2010-11-05 22:23:11 -0700
commitdb22a6cbe0c1f70e6f9405f662ac2fc711a99361 (patch)
treefebe5daced59ca43a9682b02b5f850c67965e694
parent05cd91129ee58ddd228762cd394978b89c1c927e (diff)
downloadvolse-hubzilla-db22a6cbe0c1f70e6f9405f662ac2fc711a99361.tar.gz
volse-hubzilla-db22a6cbe0c1f70e6f9405f662ac2fc711a99361.tar.bz2
volse-hubzilla-db22a6cbe0c1f70e6f9405f662ac2fc711a99361.zip
installation var mis-tagged
-rw-r--r--include/dba.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dba.php b/include/dba.php
index 9d0896a35..044263194 100644
--- a/include/dba.php
+++ b/include/dba.php
@@ -16,7 +16,7 @@ class dba {
function __construct($server,$user,$pass,$db,$install = false) {
$this->db = @new mysqli($server,$user,$pass,$db);
- if((mysqli_connect_errno()) && (! install))
+ if((mysqli_connect_errno()) && (! $install))
system_unavailable();
}