1
1
Fork 0

Merge branch 'fabrixxm-master'

This commit is contained in:
Friendika 2011-03-23 14:32:23 -07:00
commit f0bd849555
5 changed files with 432 additions and 305 deletions

View file

@ -2019,7 +2019,7 @@ function contact_block() {
intval($shown)
);
if(count($r)) {
$o .= '<h4 class="contact-h4">' . $total . ' ' . t('Contacts') . '</h4><div id="contact-block">';
$o .= '<h4 class="contact-h4">' . sprintf(tt('%d Contact','%d Contacts', $total),$total) . '</h4><div id="contact-block">';
foreach($r as $rr) {
$redirect_url = $a->get_baseurl() . '/redir/' . $rr['id'];
if(local_user() && ($rr['uid'] == local_user())
@ -2665,4 +2665,4 @@ function extract_item_authors($arr,$uid) {
}
}
return array();
}}
}}