[AppDB] viewbugs.php: order display by appName

Rosanne DiMesio dimesio at earthlink.net
Mon Jun 26 12:18:08 CDT 2017


Fixes bug 27807.

Signed-off-by: Rosanne DiMesio <dimesio at earthlink.net>
---
 viewbugs.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/viewbugs.php b/viewbugs.php
index f9646da..a75ef30 100644
--- a/viewbugs.php
+++ b/viewbugs.php
@@ -26,7 +26,7 @@ $hResult = query_parameters("SELECT appFamily.description as appDescription,
                        WHERE appFamily.appId = appVersion.appId 
                        and buglinks.versionId = appVersion.versionId
                        AND buglinks.bug_id = '?'
-                       ORDER BY versionName", $aClean['iBugId']);
+                       ORDER BY appName, versionName", $aClean['iBugId']);
 
 if(query_num_rows($hResult))
 {
-- 
2.12.3




More information about the wine-patches mailing list