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

@@ -373,9 +373,9 @@ class application_queue
return TRUE;
}
function objectGetItemsPerPage($bQueued = false)
function objectGetItemsPerPage($sState = 'accepted')
{
return $this->oApp->objectGetItemsPerPage($bQueued);
return $this->oApp->objectGetItemsPerPage($sState);
}
function objectGetEntriesCount($bQueued, $bRejected)