documentation de la fonction get_creator_list

This commit is contained in:
mlutfy 2009-02-03 21:00:00 +00:00
parent 1825dcac69
commit f9604fbef2
1 changed files with 3 additions and 1 deletions

View File

@ -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;