]> git.mxchange.org Git - friendica.git/blobdiff - mod/contacts.php
directory - reduce the number of queries
[friendica.git] / mod / contacts.php
index 13f316aa17217aacf5d8e4b6a640f15006b7c1fe..83388ed4ed9e68e91b96f1c35d678ea765a94616 100644 (file)
@@ -830,6 +830,9 @@ function contacts_content(&$a) {
 }
 
 function _contact_detail_for_template($rr){
+
+       $community = '';
+
        switch($rr['rel']) {
                case CONTACT_IS_FRIEND:
                        $dir_icon = 'images/lrarrow.gif';