Standardize objectGetEntries parameters
This commit is contained in:
committed by
Chris Morgan
parent
5afa1598df
commit
ed64f049d7
@@ -395,7 +395,7 @@ class maintainer
|
||||
return $hResult;
|
||||
}
|
||||
|
||||
function ObjectGetEntries($sState, $iRows = 0, $iStart = 0)
|
||||
function ObjectGetEntries($sState, $iRows = 0, $iStart = 0, $sOrderBy = '', $bAscending = true)
|
||||
{
|
||||
/* Not implemented */
|
||||
if($sState == 'rejected')
|
||||
|
||||
Reference in New Issue
Block a user