appdb/include util.php

WineHQ wineowner at wine.codeweavers.com
Sun Mar 11 15:05:40 CDT 2007


ChangeSet ID:	30953
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/03/11 15:05:40

Modified files:
	include        : util.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Top 10 list, query for data type 'screenshot', not 'image'

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

Old revision  New revision  Changes     Path
 1.82          1.83          +1 -1       appdb/include/util.php

Index: appdb/include/util.php
diff -u -p appdb/include/util.php:1.82 appdb/include/util.php:1.83
--- appdb/include/util.php:1.82	11 Mar 2007 20: 5:40 -0000
+++ appdb/include/util.php	11 Mar 2007 20: 5:40 -0000
@@ -295,7 +295,7 @@ function outputTopXRowAppsFromRating($sR
            FROM appVersion, appData
            WHERE appVersion.maintainer_rating = '$sRating'
            AND appVersion.versionId = appData.versionId
-           AND appData.type = 'image'
+           AND appData.type = 'screenshot'
            AND appData.queued = 'false'";
 
     /* make sure we exclude any apps we've already output */



More information about the wine-cvs mailing list