Don't show queued apps and versions
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user