X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fcontact_selectors.php;h=67d05f307bebade9f07a111ae78c3a3b21a9a674;hb=e848e376b89a6aaf35054c178c1662d4a23035fa;hp=48f2fb005ee542b1e8d172043ed9ec7fed886f3f;hpb=476d7d9533c095a473b91802700493b82e41da75;p=friendica.git diff --git a/include/contact_selectors.php b/include/contact_selectors.php index 48f2fb005e..67d05f307b 100644 --- a/include/contact_selectors.php +++ b/include/contact_selectors.php @@ -1,5 +1,7 @@ {$rr['profile-name']}\r\n"; @@ -83,7 +85,6 @@ function network_to_name($s, $profile = "") { NETWORK_LINKEDIN => t('LinkedIn'), NETWORK_XMPP => t('XMPP/IM'), NETWORK_MYSPACE => t('MySpace'), - NETWORK_MAIL2 => t('Email'), NETWORK_GPLUS => t('Google+'), NETWORK_PUMPIO => t('pump.io'), NETWORK_TWITTER => t('Twitter'), @@ -105,7 +106,7 @@ function network_to_name($s, $profile = "") { INNER JOIN `gserver` ON `gserver`.`nurl` = `gcontact`.`server_url` WHERE `gcontact`.`nurl` = ? AND `platform` != ''", normalise_link($profile)); - if (dbm::is_result($r)) { + if (DBM::is_result($r)) { $networkname = $r['platform']; } }