aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-21 03:33:58 -0700
committerFriendika <info@friendika.com>2011-03-21 03:33:58 -0700
commit82bd1ce3cb0097ad6be9650e4a1414e819cf8b0c (patch)
tree17c84eafca795321bd72fbe8c6055959aa53a1dd /include
parent798c83b6aa3887622299ec4071c0d817953f3db9 (diff)
downloadvolse-hubzilla-82bd1ce3cb0097ad6be9650e4a1414e819cf8b0c.tar.gz
volse-hubzilla-82bd1ce3cb0097ad6be9650e4a1414e819cf8b0c.tar.bz2
volse-hubzilla-82bd1ce3cb0097ad6be9650e4a1414e819cf8b0c.zip
installation issues
Diffstat (limited to 'include')
-rw-r--r--include/dba.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dba.php b/include/dba.php
index e2f369f19..49b325cf7 100644
--- a/include/dba.php
+++ b/include/dba.php
@@ -28,7 +28,7 @@ class dba {
if($install) {
if(strlen($server) && ($server !== 'localhost') && ($server !== '127.0.0.1')) {
if(! dns_get_record($server, DNS_A + DNS_CNAME + DNS_PTR)) {
- notice( sprintf( t('Cannot locate DNS info for database server \'%s\'',$server)));
+ notice( sprintf( t('Cannot locate DNS info for database server \'%s\''), $server));
$this->connected = false;
$this->db = null;
return;