* fix the bug#344.

This commit is contained in:
wangchunsheng
2012-09-01 06:20:31 +00:00
parent 554279732a
commit 41cf62ef77
+1 -1
View File
@@ -187,7 +187,7 @@ class group extends control
}
$group = $this->group->getById($groupID);
$groupUsers = $this->group->getUserPairs($groupID);
$allUsers = $this->user->getPairs('noclosed|noempty|noletter');
$allUsers = $this->user->getPairs('nodeleted|noclosed|noempty|noletter');
$otherUsers = array_diff_assoc($allUsers, $groupUsers);
$header['title'] = $this->lang->company->common . $this->lang->colon . $group->name . $this->lang->colon . $this->lang->group->manageMember;