everybody group gets id 0
This commit is contained in:
parent
f1af2c224f
commit
29b5d398fd
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ function group_side($every="contacts",$each="group",$edit = false, $group_id = 0
|
|||
|
||||
$groups[] = array(
|
||||
'text' => t('Everybody'),
|
||||
'id' => 0,
|
||||
'selected' => (($group_id == 0) ? 'group-selected' : ''),
|
||||
'href' => $every,
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue