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

@@ -44,7 +44,8 @@ class Category {
*/
$sQuery = "SELECT appId
FROM appFamily
WHERE catId = ".$iCatId;
WHERE catId = ".$iCatId."
AND queued = 'false'";
if($hResult = query_appdb($sQuery))
{
while($oRow = mysql_fetch_object($hResult))