From 3c4e6d34610ae4913d1d9ea090499c5d328a62e8 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 12 Apr 2012 23:06:41 -0700 Subject: bug #369 - show contacts who are not in any groups --- include/group.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/group.php') 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'), )); -- cgit v1.2.3