Merge branch '0.9.x' into 1.0.x

This commit is contained in:
Brion Vibber
2010-11-03 16:09:49 -07:00
81 changed files with 17314 additions and 10641 deletions

View File

@@ -1038,7 +1038,7 @@ function common_group_link($sender_id, $nickname)
$attrs = array('href' => $group->permalink(),
'class' => 'url');
if (!empty($group->fullname)) {
$attrs['title'] = $group->fullname . ' (' . $group->nickname . ')';
$attrs['title'] = $group->getFancyName();
}
$xs = new XMLStringer();
$xs->elementStart('span', 'vcard');