diff options
author | Friendika <info@friendika.com> | 2011-03-21 03:33:58 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-21 03:33:58 -0700 |
commit | 82bd1ce3cb0097ad6be9650e4a1414e819cf8b0c (patch) | |
tree | 17c84eafca795321bd72fbe8c6055959aa53a1dd /include/dba.php | |
parent | 798c83b6aa3887622299ec4071c0d817953f3db9 (diff) | |
download | volse-hubzilla-82bd1ce3cb0097ad6be9650e4a1414e819cf8b0c.tar.gz volse-hubzilla-82bd1ce3cb0097ad6be9650e4a1414e819cf8b0c.tar.bz2 volse-hubzilla-82bd1ce3cb0097ad6be9650e4a1414e819cf8b0c.zip |
installation issues
Diffstat (limited to 'include/dba.php')
-rw-r--r-- | include/dba.php | 2 |
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; |