appdb/. viewScreenshots.php

WineHQ wineowner at wine.codeweavers.com
Fri Jul 7 12:54:52 CDT 2006


ChangeSet ID:	26338
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/07/07 12:54:52

Modified files:
	.              : viewScreenshots.php 

Log message:
	Jonathan Ernst <jonathan at ernstfamily.ch>
	Enable filtering in viewScreenshots.php

Patch: http://cvs.winehq.org/patch.py?id=26338

Old revision  New revision  Changes     Path
 1.4           1.5           +1 -6       appdb/viewScreenshots.php

Index: appdb/viewScreenshots.php
diff -u -p appdb/viewScreenshots.php:1.4 appdb/viewScreenshots.php:1.5
--- appdb/viewScreenshots.php:1.4	7 Jul 2006 17:54:52 -0000
+++ appdb/viewScreenshots.php	7 Jul 2006 17:54:52 -0000
@@ -6,16 +6,11 @@
 
 include("path.php");
 include(BASE."include/incl.php");
+include(BASE."include/filter.php");
 require_once(BASE."include/screenshot.php");
 require(BASE."include/application.php");
 require(BASE."include/mail.php");
 
-$aClean = array(); //array of filtered user input
-
-$aClean['iItemsPerPage'] = makeSafe($_REQUEST['iItemsPerPage']);
-$aClean['iPage'] = makeSafe($_REQUEST['iPage']);
-
-
 apidb_header("View Screenshots");
 /* display a range of 10 pages */
 $pageRange = 10;



More information about the wine-cvs mailing list