Oops fix the docs

This commit is contained in:
james 2010-10-22 15:12:45 +00:00
parent a035a6f8e3
commit a5887bdf96

View File

@ -633,7 +633,7 @@ switch($request[0]) {
case 'registration':
switch($request[1]){
/* APIDOC: registration/fields
description(retreives the list of fields required. If an array of roles is passed in it retrieves the fields for those roles, if no roles are passed in, then it uses the roles from the currently logged in user
description(retreives the list of fields to be asked for in order to complete registration for a specific set of roles. If an array of roles is passed in it retrieves the fields for those roles, if no roles are passed in, then it uses the roles from the currently logged in user)
post(roles[] array) optional
return(fields array)
*/