Use sState as parameter to objectGetItemsPerPage()

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-12-19 15:06:35 +01:00
committed by Chris Morgan
parent 52cd2fc55d
commit da97299eeb
12 changed files with 29 additions and 17 deletions

View File

@@ -742,7 +742,7 @@ class distribution {
return $iCount;
}
function objectGetItemsPerPage($bQueued = false)
function objectGetItemsPerPage($sState = 'accepted')
{
$aItemsPerPage = array(25, 50, 100, 200);
$iDefaultPerPage = 25;