]> git.mxchange.org Git - friendica.git/blobdiff - mod/allfriends.php
Merge remote-tracking branch 'upstream/develop' into 1602-diaspora
[friendica.git] / mod / allfriends.php
index 8843265a99ed9a92a2637252b0911e69eabc2e58..356a389b83693ce291ae4b4afce726dcad7e0105 100644 (file)
@@ -5,7 +5,6 @@ require_once('include/Contact.php');
 require_once('include/contact_selectors.php');
 require_once('mod/contacts.php');
 
-if(! function_exists('allfriends_content')) {
 function allfriends_content(&$a) {
 
        $o = '';
@@ -98,4 +97,3 @@ function allfriends_content(&$a) {
 
        return $o;
 }
-}