X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdba.php;h=70c27515c4499d268327285c7809183cc65a5890;hb=6aa633efc829d4d3e9ccba4f6fb4d555f3c968ca;hp=e2f369f199fd2252a78a00c28b69e73e03567401;hpb=6b37e6d48d8d7a313d2eb88155752241c6c930d5;p=friendica.git diff --git a/include/dba.php b/include/dba.php index e2f369f199..70c27515c4 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; @@ -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 +}} + +