Function list_getModLogEntryCount
Get the number of mod log entries. Callback for createList() in ViewModlog().
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Modlog.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Modlog.php
string |
$query_string = '' |
An extra string for the WHERE clause in the query to further filter results |
array |
$query_params = array() |
An array of parameters for the query_string |
integer |
$log_type = 1 |
The log type (1 for mod log, 3 for admin log) |
boolean |
$ignore_boards = false |
Whether to ignore board restrictions |