]> git.mxchange.org Git - friendica.git/blobdiff - include/contact_selectors.php
Degrade priority step by step
[friendica.git] / include / contact_selectors.php
index 7069af066409164984c824313174e8ae2f16f292..27bdb47570918e662cd9025c31c87ec1b8f6d473 100644 (file)
@@ -100,7 +100,7 @@ function network_to_name($s, $profile = "") {
 
        $networkname = str_replace($search, $replace, $s);
 
-       if ((in_array($s, array(NETWORK_DFRN, NETWORK_DIASPORA, NETWORK_OSTATUS))) AND ($profile != "")) {
+       if ((in_array($s, array(NETWORK_DFRN, NETWORK_DIASPORA, NETWORK_OSTATUS))) && ($profile != "")) {
                $r = q("SELECT `gserver`.`platform` FROM `gcontact`
                                INNER JOIN `gserver` ON `gserver`.`nurl` = `gcontact`.`server_url`
                                WHERE `gcontact`.`nurl` = '%s' AND `platform` != ''",