X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fdba.php;h=49b325cf7b544dfe72a79f210cfe992359f793a0;hb=b5ccb8e2055bf08d282ebb0cba2cac0d850fdc5a;hp=e2f369f199fd2252a78a00c28b69e73e03567401;hpb=0d161c6ef60e4bcfe36f0a9b1e090955156a162a;p=friendica.git diff --git a/include/dba.php b/include/dba.php index e2f369f199..49b325cf7b 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;