Don't show queued apps and versions

This commit is contained in:
Jonathan Ernst
2005-02-19 01:21:14 +00:00
committed by WineHQ
parent 1ef6eeae88
commit 42f0ceca42
4 changed files with 5 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ class Application {
$sQuery = "SELECT appFamily.*, appVersion.versionId AS versionId
FROM appFamily, appVersion
WHERE appFamily.appId = appVersion.appId
AND appVersion.queued='false'
AND appFamily.appId = ".$iAppId." ORDER BY versionName";
if($hResult = query_appdb($sQuery))
{