not quite right but I need to check it in so I can switch branches
This commit is contained in:
parent
2b3697c27a
commit
47096df97e
@ -210,11 +210,11 @@ function acl_init(&$a){
|
||||
$contacts[] = array(
|
||||
"type" => "c",
|
||||
"photo" => $g['micro'],
|
||||
"name" => $g['name'] . '+',
|
||||
"name" => $g['name'] . ' ' . t('plus connections'),
|
||||
"id" => $g['id'] . '+',
|
||||
"xid" => $g['hash'],
|
||||
"link" => $g['nick'],
|
||||
"nick" => substr($g['nick'],0,strpos($g['nick'],'@')) . ' ' . t('plus connections'),
|
||||
"nick" => substr($g['nick'],0,strpos($g['nick'],'@')) . '+',
|
||||
"self" => (($g['abook_flags'] & ABOOK_FLAG_SELF) ? 'abook-self' : ''),
|
||||
"taggable" => 'taggable'
|
||||
);
|
||||
|
Reference in New Issue
Block a user