Add multi-page control to list of un-queued testData
This commit is contained in:
committed by
WineHQ
parent
956186d1c1
commit
ffd812b8a6
@@ -356,7 +356,7 @@ class Vendor {
|
||||
return $this->iVendorId;
|
||||
}
|
||||
|
||||
function objectGetItemsPerPage()
|
||||
function objectGetItemsPerPage($bQueued = false)
|
||||
{
|
||||
$aItemsPerPage = array(25, 50, 100, 200);
|
||||
$iDefaultPerPage = 25;
|
||||
|
||||
Reference in New Issue
Block a user