diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-12-04 18:34:44 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-12-04 18:34:44 +0000 |
commit | e90c16ee9ad3e8089169af0ab8a0c40bade76e01 (patch) | |
tree | 5a20945ed0dfc80209cfc6cf7437bc3841322c1a /modules | |
parent | 7177227536835a50a24ffeb26459e41937ddcd97 (diff) | |
download | brdo-e90c16ee9ad3e8089169af0ab8a0c40bade76e01.tar.gz brdo-e90c16ee9ad3e8089169af0ab8a0c40bade76e01.tar.bz2 |
#190164 by John Morahan: user_autocomplete returns JSON, not a pipe delimited list
Diffstat (limited to 'modules')
-rw-r--r-- | modules/user/user.pages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.pages.inc b/modules/user/user.pages.inc index 8fc4d2a8e..88ce583ac 100644 --- a/modules/user/user.pages.inc +++ b/modules/user/user.pages.inc @@ -7,7 +7,7 @@ */ /** - * Menu callback; Retrieve a pipe delimited string of autocomplete suggestions for existing users + * Menu callback; Retrieve a JSON object containing autocomplete suggestions for existing users. */ function user_autocomplete($string = '') { $matches = array(); |