Use sState as parameter to objectGetItemsPerPage()
This commit is contained in:
committed by
Chris Morgan
parent
52cd2fc55d
commit
da97299eeb
@@ -742,7 +742,7 @@ class distribution {
|
||||
return $iCount;
|
||||
}
|
||||
|
||||
function objectGetItemsPerPage($bQueued = false)
|
||||
function objectGetItemsPerPage($sState = 'accepted')
|
||||
{
|
||||
$aItemsPerPage = array(25, 50, 100, 200);
|
||||
$iDefaultPerPage = 25;
|
||||
|
||||
Reference in New Issue
Block a user