Rosanne DiMesio : Order screenshot queue by submitTime

Jeremy Newman jnewman at winehq.org
Mon Sep 11 13:28:28 CDT 2017


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

Author: Rosanne DiMesio <dimesio at earthlink.net>
Date:   Mon Sep 11 12:54:25 2017 -0500

Order screenshot queue by submitTime

Signed-off-by: Rosanne DiMesio <dimesio at earthlink.net>
Signed-off-by: Jeremy Newman <jnewman at codeweavers.com>

---

 include/appData.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/appData.php b/include/appData.php
index 87f751d..52ba8b0 100644
--- a/include/appData.php
+++ b/include/appData.php
@@ -517,7 +517,7 @@ class appData
                       AND
                       appData.state = '?'
                       AND
-                      appData.type = '?' $sVersionWhereFilter$sWhereFilter ORDER BY appFamily.appName $sLimit
+                      appData.type = '?' $sVersionWhereFilter$sWhereFilter ORDER BY appData.submitTime, appFamily.appName $sLimit
                     )";
             if(!$iRows && !$iStart)
             {




More information about the wine-cvs mailing list