Enable multi-page support for unqueued testData

This commit is contained in:
Chris Morgan
2007-06-12 00:40:20 +00:00
committed by WineHQ
parent f6a4905d77
commit f5b8cb3e8b

View File

@@ -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);