From f9604fbef2411618ca92d9a5be09b8d938a14f7b Mon Sep 17 00:00:00 2001 From: mlutfy <> Date: Tue, 3 Feb 2009 21:00:00 +0000 Subject: [PATCH] documentation de la fonction get_creator_list --- bureau/class/m_admin.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bureau/class/m_admin.php b/bureau/class/m_admin.php index 508f1b9c..cf4a02f9 100644 --- a/bureau/class/m_admin.php +++ b/bureau/class/m_admin.php @@ -217,8 +217,10 @@ class m_admin { } /** - * Returns the known information about resellers (uid, login, number of accounts) + * Returns an array with the known information about resellers (uid, login, number of accounts) + * Does not include account 2000 in the list. * May only be called by the admin account (2000) + * If there are no reseller accounts, returns an empty array. */ function get_creator_list() { global $err,$mem,$cuid;