]> git.mxchange.org Git - friendica.git/blobdiff - include/dba.php
Merge branch 'pull'
[friendica.git] / include / dba.php
index e2f369f199fd2252a78a00c28b69e73e03567401..70c27515c4499d268327285c7809183cc65a5890 100644 (file)
@@ -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;
@@ -212,4 +212,6 @@ function dbesc_array(&$arr) {
        if(is_array($arr) && count($arr)) {
                array_walk($arr,'dbesc_array_cb');
        }
-}}             
\ No newline at end of file
+}}             
+
+