diff options
Diffstat (limited to 'include/group.php')
-rw-r--r-- | include/group.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/group.php b/include/group.php index 799065e27..793e854be 100644 --- a/include/group.php +++ b/include/group.php @@ -122,11 +122,13 @@ function group_get_members($gid) { function group_side($every="contacts",$each="group") { + $o = ''; + if(! local_user()) - return; + return ''; -$createtext = t('Create a new group'); -$linktext= t('Everybody'); + $createtext = t('Create a new group'); + $linktext= t('Everybody'); $o .= <<< EOT |