diff options
author | friendica <info@friendica.com> | 2012-04-12 23:06:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-12 23:06:41 -0700 |
commit | 3c4e6d34610ae4913d1d9ea090499c5d328a62e8 (patch) | |
tree | ffba2ebe12a5e47c96e9a3a4b2c73bd50c43cd55 /include/group.php | |
parent | af68d033e330e33571f95763b58833273d22d3a7 (diff) | |
download | volse-hubzilla-3c4e6d34610ae4913d1d9ea090499c5d328a62e8.tar.gz volse-hubzilla-3c4e6d34610ae4913d1d9ea090499c5d328a62e8.tar.bz2 volse-hubzilla-3c4e6d34610ae4913d1d9ea090499c5d328a62e8.zip |
bug #369 - show contacts who are not in any groups
Diffstat (limited to 'include/group.php')
-rw-r--r-- | include/group.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/group.php b/include/group.php index 4a35912e5..edb547de6 100644 --- a/include/group.php +++ b/include/group.php @@ -212,6 +212,7 @@ function group_side($every="contacts",$each="group",$edit = false, $group_id = 0 '$title' => t('Groups'), '$edittext' => t('Edit group'), '$createtext' => t('Create a new group'), + '$ungrouped' => (($every === 'contacts') ? t('Contacts not in any group') : ''), '$groups' => $groups, '$add' => t('add'), )); |