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

@@ -13,6 +13,7 @@ require(BASE."include/application.php");
$sQuery = "SELECT *
FROM appFamily
WHERE appName != 'NONAME'
AND queued = 'false'
AND appName LIKE '%".addslashes($_REQUEST['q'])."%'
OR keywords LIKE '%".addslashes($_REQUEST['q'])."%'
ORDER BY appName";