From: Brion Vibber Date: Fri, 13 May 2011 15:04:55 +0000 (+0000) Subject: * (bug 28634) document possible API caveat caused by accounts without the registratio... X-Git-Tag: 1.31.0-rc.0~30250 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=c2f924a509e1a37713903aad6f52ede1c64b912f;p=lhc%2Fweb%2Fwiklou.git * (bug 28634) document possible API caveat caused by accounts without the registration time field --- 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',