From f5b8cb3e8b5e0dc7033a82246262e64a5dc62aa8 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Tue, 12 Jun 2007 00:40:20 +0000 Subject: [PATCH] Enable multi-page support for unqueued testData --- include/testData.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/testData.php b/include/testData.php index 8f5b341..8cc4593 100644 --- a/include/testData.php +++ b/include/testData.php @@ -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);