ChangeSet ID: 26340 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2006/07/07 12:57:13 Modified files: . : votestats.php Log message: Jonathan Ernst <jonathan(a)ernstfamily.ch> Enable filtering in votestats.php Patch: http://cvs.winehq.org/patch.py?id=26340 Old revision New revision Changes Path 1.23 1.24 +1 -6 appdb/votestats.php Index: appdb/votestats.php diff -u -p appdb/votestats.php:1.23 appdb/votestats.php:1.24 --- appdb/votestats.php:1.23 7 Jul 2006 17:57:13 -0000 +++ appdb/votestats.php 7 Jul 2006 17:57:13 -0000 @@ -8,14 +8,9 @@ */ include("path.php"); include(BASE."include/incl.php"); +require(BASE."include/filter.php"); require(BASE."include/category.php"); -$aClean = array(); //array of filtered user input - -$aClean['iTopNumber'] = makeSafe($_REQUEST['iTopNumber']); -$aClean['iCategoryId'] = makeSafe($_REQUEST['iCategoryId']); - - /* default to 25 apps, main categories */ $topNumber = 25; $categoryId = "any"; /* default to all categories */