Standardize objectGetEntries parameters
This commit is contained in:
committed by
Chris Morgan
parent
5afa1598df
commit
ed64f049d7
@@ -299,7 +299,7 @@ class Monitor {
|
||||
return "";
|
||||
}
|
||||
|
||||
function objectGetEntries($sState)
|
||||
function objectGetEntries($sState, $iRows = 0, $iStart = 0, $sOrderBy = '', $bAscending = true)
|
||||
{
|
||||
$hResult = query_parameters("SELECT * FROM appMonitors");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user