X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fcontact_selectors.php;h=67d05f307bebade9f07a111ae78c3a3b21a9a674;hb=c8928c4dad2429424db411c97ecdba3490f871e2;hp=4109f38cd1984397ea4afa66d9f4bfe06c51851d;hpb=6189f6c8e76305ae5a29a685e3ec5a418ff92941;p=friendica.git diff --git a/include/contact_selectors.php b/include/contact_selectors.php index 4109f38cd1..67d05f307b 100644 --- a/include/contact_selectors.php +++ b/include/contact_selectors.php @@ -1,5 +1,6 @@ {$rr['profile-name']}\r\n"; @@ -84,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'), @@ -106,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']; } }