ChangeSet ID: 30953 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/03/11 15:05:40
Modified files: include : util.php
Log message: Alexander Nicolaysen Sørnes alex@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 */