ChangeSet ID: 31189 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/06/11 19:40:20
Modified files: include : testData.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Enable multi-page support for unqueued testData
Patch: http://cvs.winehq.org/patch.py?id=31189
Old revision New revision Changes Path 1.60 1.61 +0 -3 appdb/include/testData.php
Index: appdb/include/testData.php diff -u -p appdb/include/testData.php:1.60 appdb/include/testData.php:1.61 --- appdb/include/testData.php:1.60 12 Jun 2007 0:40:20 -0000 +++ appdb/include/testData.php 12 Jun 2007 0:40:20 -0000 @@ -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);