Alexander Nicolaysen Sørnes : application::objectGetEntries() do not select from user table

Chris Morgan cmorgan at winehq.org
Wed Nov 14 20:13:25 CST 2007


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

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Wed Nov 14 09:16:33 2007 +0100

application::objectGetEntries() do not select from user table

---

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

diff --git a/include/application.php b/include/application.php
index 79fc182..3c8b2ac 100644
--- a/include/application.php
+++ b/include/application.php
@@ -900,7 +900,7 @@ class Application {
                 $iRows = maintainer::objectGetEntriesCount($bQueued, $bRejected);
         }
 
-        $sQuery = "SELECT appFamily.*, vendor.vendorName AS vendorName FROM appFamily, user_list, vendor WHERE
+        $sQuery = "SELECT appFamily.*, vendor.vendorName AS vendorName FROM appFamily, vendor WHERE
                      appFamily.vendorId = vendor.vendorId
                      AND
                      appFamily.queued = '?'";




More information about the wine-cvs mailing list