Alexander Nicolaysen Sørnes : Fix appData::objectGetEntriesCount() for maintainers

Chris Morgan cmorgan at winehq.org
Sun Sep 14 09:12:19 CDT 2008


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

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Sun Sep 14 13:37:52 2008 +0200

Fix appData::objectGetEntriesCount() for maintainers

---

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

diff --git a/include/appData.php b/include/appData.php
index d29dea2..a5e32c4 100644
--- a/include/appData.php
+++ b/include/appData.php
@@ -258,7 +258,7 @@ class appData
                 appFamily.state = 'accepted'";
 
             if($sState != 'all')
-                $sQuery .= " AND appData.state = 'true'";
+                $sQuery .= " AND appData.state = '$sState'";
 
             if($sType)
             {




More information about the wine-cvs mailing list