Function list_getUserErrors
Gets all of the errors generated by a user's actions. Callback for the list in track_activity
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Profile-View.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Profile-View.php
integer |
$start |
Which item to start with (for pagination purposes) |
integer |
$items_per_page |
How many items to show on each page |
string |
$sort |
A string indicating how to sort the results |
string |
$where |
A query indicating how to filter the results (eg 'id_member={int:id_member}') |
array |
$where_vars = array() |
An array of parameters for $where |
array
|
An array of information about the error messages |