Standardize objectGetEntries parameters
This commit is contained in:
committed by
Chris Morgan
parent
5afa1598df
commit
ed64f049d7
@@ -432,9 +432,9 @@ class downloadurl
|
||||
return $oAppData->reject();
|
||||
}
|
||||
|
||||
function objectGetEntries($sState, $iRows = 0, $iStart = 0)
|
||||
function objectGetEntries($sState, $iRows = 0, $iStart = 0, $sOrderBy = '', $bAscending = true)
|
||||
{
|
||||
return appData::objectGetEntries($sState, $iRows, $iStart, 'downloadurl');
|
||||
return appData::objectGetEntries($sState, $iRows, $iStart, $sOrderBy, $bAscending, 'downloadurl');
|
||||
}
|
||||
|
||||
function objectGetEntriesCount($sState)
|
||||
|
||||
Reference in New Issue
Block a user