Module: appdb Branch: master Commit: 31750b9de02fa6a56d819b7393d1d5c95164ffc8 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=31750b9de02fa6a56d819b739...
Author: Alexander Nicolaysen Sørnes alex@thehandofagony.com Date: Thu Nov 29 23:54:31 2007 +0100
vendor: Order application list by name
---
include/vendor.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vendor.php b/include/vendor.php index 409467f..0690415 100644 --- a/include/vendor.php +++ b/include/vendor.php @@ -47,7 +47,7 @@ class Vendor { */ $sQuery = "SELECT appId FROM appFamily - WHERE vendorId = '?'"; + WHERE vendorId = '?' ORDER by appName"; if($hResult = query_parameters($sQuery, $this->iVendorId)) { while($oRow = query_fetch_object($hResult))