Standardize objectGetEntries parameters
This commit is contained in:
committed by
Chris Morgan
parent
5afa1598df
commit
ed64f049d7
@@ -320,7 +320,7 @@ class Note {
|
||||
// do not support queuing at this point
|
||||
// TODO: we have no permissions scope on retrieving entries
|
||||
// as notes are typically only added to unqueued versions
|
||||
function objectGetEntries($sState)
|
||||
function objectGetEntries($sState, $iRows = 0, $iStart = 0, $sOrderBy = '', $bAscending = true)
|
||||
{
|
||||
$sQuery = "select * from appNotes";
|
||||
$hResult = query_parameters($sQuery);
|
||||
|
||||
Reference in New Issue
Block a user