Alexander Nicolaysen Sørnes : browse apps: Sort by app name by default

Chris Morgan cmorgan at winehq.org
Sun Jun 15 10:45:23 CDT 2008


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

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Sun Jun 15 11:59:33 2008 +0200

browse apps: Sort by app name by default

---

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

diff --git a/include/sidebar.php b/include/sidebar.php
index da0ab3a..11cede2 100644
--- a/include/sidebar.php
+++ b/include/sidebar.php
@@ -22,7 +22,7 @@ function global_sidebar_menu()
     $g->add('Home', BASE.'index.php');
     $g->add("Screenshots", BASE."objectManager.php?sClass=screenshot&amp;sTitle=View+Screenshots");
     $g->add("Browse Apps", BASE."objectManager.php?sClass=application&amp;".
-            'sTitle=Browse%20Applications&amp;sOrderBy=appId&amp;bAscending=false');
+            'sTitle=Browse%20Applications&amp;sOrderBy=appName&amp;bAscending=true');
     $g->add("Top 25", BASE."votestats.php");
     $g->add("Submit Application", BASE."objectManager.php?sClass=application_queue&amp;".
             "sTitle=Submit+Application&amp;sAction=add");




More information about the wine-cvs mailing list