list_getProfileEdits
Description
Returns a list of logged profile changes
Syntax
array list_getProfileEdits (int $start, int $num_per_page, string $sort, int $memID)
Parameter $start
Expected type: Integer
Description: Which item to start with in the list.
Parameter $num_per_page
Expected type: Integer
Description: How many items to display per page.
Parameter $sort
Expected type: String
Description: An SQL string indicating how to sort the list.
Parameter $memID
Expected type: Integer
Description: The ID of the member whose profile we're viewing.
Return value
Expected type: Array of arrays
Description: An array of profile edits. Each array contains id, ip, id_member, member_link, action, action_text, before, after and time.