diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-01-28 15:47:57 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-01-28 15:47:57 +0100 |
commit | c00b66fe5bb37403e4dec1ede9d509947b795df0 (patch) | |
tree | 5862b29d772e719116c4fb665231a1fd4e3127d5 /lib/group.php | |
parent | e6cc0cd08a502fc426c868bd1981c80eb39a9062 (diff) | |
download | nextcloud-server-c00b66fe5bb37403e4dec1ede9d509947b795df0.tar.gz nextcloud-server-c00b66fe5bb37403e4dec1ede9d509947b795df0.zip |
implement DisplayNamesInGroup for database back-end
Diffstat (limited to 'lib/group.php')
-rw-r--r-- | lib/group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/group.php b/lib/group.php index 8ebb698692b..5afef769361 100644 --- a/lib/group.php +++ b/lib/group.php @@ -289,7 +289,7 @@ class OC_Group { /**
* @brief get a list of all display names in a group
- * @returns array with display names (key) and user ids(value)
+ * @returns array with display names (value) and user ids(key)
*/
public static function displayNamesInGroup($gid, $search = '', $limit = -1, $offset = 0) {
$displayNames=array();
|