Alexander Nicolaysen Sørnes : Fix appData::objectGetEntries(Count)

Chris Morgan cmorgan at winehq.org
Thu Oct 11 19:56:39 CDT 2007


Module: appdb
Branch: master
Commit: e70383def8e1e5cddd77b137570c1dac185930b8
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=e70383def8e1e5cddd77b137570c1dac185930b8

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Thu Oct 11 10:07:17 2007 +0200

Fix appData::objectGetEntries(Count)

---

 include/appData.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/appData.php b/include/appData.php
index a831acd..3f793b8 100644
--- a/include/appData.php
+++ b/include/appData.php
@@ -263,6 +263,8 @@ class appData
                     AND
                     (
                         appData.appId = appFamily.appId
+                        AND
+                        appData.versionId = '0'
                     )
                     AND
                     appVersion.queued = 'false'
@@ -388,6 +390,8 @@ class appData
                       AND
                       (
                         appData.appId = appFamily.appId
+                        AND
+                        appData.versionId = '0'
                       )
                       AND
                       appVersion.queued = 'false'




More information about the wine-cvs mailing list