fixed bug 332847

This commit is contained in:
bugzilla%micropipes.com 2006-04-08 02:06:21 +00:00
parent bdb84347ee
commit 0947b74da3

View File

@ -156,7 +156,8 @@ if (!empty($sql['cat'])) {
}
if (!empty($sql['platform'])) {
$where .= " version.OSID = '{$sql['platform']}' AND ";
// OSID=1 is 'ALL' in the db
$where .= " (version.OSID = '{$sql['platform']}' OR version.OSID = '1' )AND ";
}
if (!empty($sql['appfilter'])) {