Sort versions by name in application view

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-10-26 00:13:45 +02:00
committed by Chris Morgan
parent 39e2f1d59d
commit 3a551d606b

View File

@@ -107,7 +107,7 @@ class Application {
$sObsolete = "";
$sQuery = "SELECT versionId FROM appVersion WHERE
appId = '?'$sObsolete";
appId = '?'$sObsolete ORDER by versionName";
$hResult = query_parameters($sQuery, $this->iAppId);
return $hResult;
}