vendor: Order application list by name
This commit is contained in:
committed by
Chris Morgan
parent
9d5882d800
commit
31750b9de0
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user