appdb/. viewbugs.php

WineHQ wineowner at wine.codeweavers.com
Fri Jul 7 12:55:27 CDT 2006


ChangeSet ID:	26339
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/07/07 12:55:27

Modified files:
	.              : viewbugs.php 

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

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

Old revision  New revision  Changes     Path
 1.8           1.9           +1 -4       appdb/viewbugs.php

Index: appdb/viewbugs.php
diff -u -p appdb/viewbugs.php:1.8 appdb/viewbugs.php:1.9
--- appdb/viewbugs.php:1.8	7 Jul 2006 17:55:27 -0000
+++ appdb/viewbugs.php	7 Jul 2006 17:55:27 -0000
@@ -12,10 +12,7 @@
 // application environment
 include("path.php");
 require(BASE."include/incl.php");
-
-$aClean = array(); //array of filtered user input
-
-$aClean['iBugId'] = makeSafe($_REQUEST['iBugId']);
+require(BASE."include/filter.php");
 
 /* code to View versions affected by a Bug */
 



More information about the wine-cvs mailing list