ping: docu fix

This commit is contained in:
rabuzarus 2015-12-03 22:51:00 +01:00
parent 4b7f080c46
commit d94b96e546
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ function groups_containing($uid,$c) {
* Count unread items of each groups * Count unread items of each groups
* *
* @return array * @return array
* 'id' => contact id * 'id' => group id
* 'name' => group name * 'name' => group name
* 'count' => counted unseen group items * 'count' => counted unseen group items
* *