From e90c16ee9ad3e8089169af0ab8a0c40bade76e01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Tue, 4 Dec 2007 18:34:44 +0000 Subject: #190164 by John Morahan: user_autocomplete returns JSON, not a pipe delimited list --- modules/user/user.pages.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user') 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(); -- cgit v1.2.3