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/user.php | |
parent | e6cc0cd08a502fc426c868bd1981c80eb39a9062 (diff) | |
download | nextcloud-server-c00b66fe5bb37403e4dec1ede9d509947b795df0.tar.gz nextcloud-server-c00b66fe5bb37403e4dec1ede9d509947b795df0.zip |
implement DisplayNamesInGroup for database back-end
Diffstat (limited to 'lib/user.php')
-rw-r--r-- | lib/user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/user.php b/lib/user.php index b91abd71fe6..399a3240c8c 100644 --- a/lib/user.php +++ b/lib/user.php @@ -477,7 +477,7 @@ class OC_User { /**
* @brief Get a list of all users display name
- * @returns associative array with all display names (key) and corresponding uids (value)
+ * @returns associative array with all display names (value) and corresponding uids (key)
*
* Get a list of all display names and user ids.
*/
|