Add multi-page control to list of un-queued testData

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-06-12 00:02:41 +00:00
committed by WineHQ
parent 956186d1c1
commit ffd812b8a6
4 changed files with 56 additions and 12 deletions

View File

@@ -356,7 +356,7 @@ class Vendor {
return $this->iVendorId;
}
function objectGetItemsPerPage()
function objectGetItemsPerPage($bQueued = false)
{
$aItemsPerPage = array(25, 50, 100, 200);
$iDefaultPerPage = 25;