From c2f924a509e1a37713903aad6f52ede1c64b912f Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 13 May 2011 15:04:55 +0000 Subject: [PATCH] * (bug 28634) document possible API caveat caused by accounts without the registration time field --- includes/api/ApiQueryAllUsers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryAllUsers.php b/includes/api/ApiQueryAllUsers.php index d492574827..336c494067 100644 --- a/includes/api/ApiQueryAllUsers.php +++ b/includes/api/ApiQueryAllUsers.php @@ -337,7 +337,7 @@ class ApiQueryAllUsers extends ApiQueryBase { ' groups - Lists groups that the user is in. This uses more server resources and may return fewer results than the limit', ' rights - Lists rights that the user has', ' editcount - Adds the edit count of the user', - ' registration - Adds the timestamp of when the user registered', + ' registration - Adds the timestamp of when the user registered if available (may be blank)', ), 'limit' => 'How many total user names to return', 'witheditsonly' => 'Only list users who have made edits', -- 2.20.1