appdb/include filter.php

WineHQ wineowner at wine.codeweavers.com
Fri Aug 24 23:31:27 CDT 2007


ChangeSet ID:	31349
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/08/24 23:31:27

Modified files:
	include        : filter.php 

Log message:
	Chris Morgan <cmorgan at alum.wpi.edu>
	Ignore another google search variable

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

Old revision  New revision  Changes     Path
 1.16          1.17          +3 -2       appdb/include/filter.php

Index: appdb/include/filter.php
diff -u -p appdb/include/filter.php:1.16 appdb/include/filter.php:1.17
--- appdb/include/filter.php:1.16	25 Aug 2007  4:31:27 -0000
+++ appdb/include/filter.php	25 Aug 2007  4:31:27 -0000
@@ -38,8 +38,9 @@ function filter_gpc()
         //       the value wasn't found strpos(something) == 0 will still be true
         if((strpos($aKeys[$i], "Dialog") === 0) ||
            (strpos($aKeys[$i], "XinhaColorPicker") === 0) || // Xinha variables
-           ($aKeys[$i] == "cx") ||   // google custom search variable
-           ($aKeys[$i] == "cof"))    // google custom search variable
+           ($aKeys[$i] == "cx")  ||  // google custom search variable
+           ($aKeys[$i] == "cof") ||  // google custom search variable
+           ($aKeys[$i] == "q"))      // google custom search variable
 
         {
             // copy the key over to the clean array



More information about the wine-cvs mailing list