contact search + sync to personal edition, installer db check + curl proxy

This commit is contained in:
Mike Macgirvin 2010-08-17 18:44:13 -07:00
parent 478f84d9f2
commit 1a1f9b296c
9 changed files with 64 additions and 18 deletions

View file

@ -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;
}