Enable multi-page support for unqueued testData
This commit is contained in:
@@ -1064,9 +1064,6 @@ class testData{
|
||||
|
||||
function objectGetItemsPerPage($bQueued = false)
|
||||
{
|
||||
if($bQueued)
|
||||
return FALSE;
|
||||
|
||||
$aItemsPerPage = array(25, 50, 100, 200);
|
||||
$iDefaultPerPage = 25;
|
||||
return array($aItemsPerPage, $iDefaultPerPage);
|
||||
|
||||
Reference in New Issue
Block a user