mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
fixed bug 332847
This commit is contained in:
parent
bdb84347ee
commit
0947b74da3
@ -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'])) {
|
||||
|
Loading…
Reference in New Issue
Block a user