1
1
Fork 0

Tab is added to "all friends" and "common friends"

This commit is contained in:
Michael Vogel 2015-12-01 08:12:05 +01:00
commit 1c93729c46
5 changed files with 69 additions and 49 deletions

View file

@ -159,7 +159,7 @@ function crepair_content(&$a) {
$update_profile = in_array($contact['network'], array(NETWORK_DFRN, NETWORK_DSPR, NETWORK_OSTATUS));
$tab_str = contact_tabs($a, $contact['id'], 3);
$tab_str = contacts_tab($a, $contact['id'], 5);
$header = $contact["name"];