diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-17 18:44:13 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-17 18:44:13 -0700 |
commit | 1a1f9b296c163af850d68babfb844e617f154875 (patch) | |
tree | 3ded181e34a21908831021369680b5177bbab8a0 /mod/install.php | |
parent | 478f84d9f2ccdad429aadb0d47b196db11c02945 (diff) | |
download | volse-hubzilla-1a1f9b296c163af850d68babfb844e617f154875.tar.gz volse-hubzilla-1a1f9b296c163af850d68babfb844e617f154875.tar.bz2 volse-hubzilla-1a1f9b296c163af850d68babfb844e617f154875.zip |
contact search + sync to personal edition, installer db check + curl proxy
Diffstat (limited to 'mod/install.php')
-rw-r--r-- | mod/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/install.php b/mod/install.php index cb23b31ed..dafc86ee6 100644 --- a/mod/install.php +++ b/mod/install.php @@ -16,7 +16,7 @@ function install_post(&$a) { $db = new dba($dbhost, $dbuser, $dbpass, $dbdata, $true); - if(! $db->getdb()) { + if(mysqli_connect_errno()) { notice( t('Could not connect to database.') . EOL); return; } |