[AppDB] Order screenshot queue by submitTime

Rosanne DiMesio dimesio at earthlink.net
Mon Sep 11 12:54:25 CDT 2017


Signed-off-by: Rosanne DiMesio <dimesio at earthlink.net>
---
 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)
             {
-- 
2.12.3




More information about the wine-patches mailing list