This commit is contained in:
bugzilla%micropipes.com 2006-04-08 02:06:21 +00:00
Родитель bdb84347ee
Коммит 0947b74da3
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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'])) {