mirror of https://github.com/BOINC/boinc.git
Merge branch 'master' of ssh://isaac.ssl.berkeley.edu/boinc-v2
This commit is contained in:
commit
ccfd312975
|
@ -533,6 +533,8 @@ function latest_avs_app_platform($appid, $platformid) {
|
|||
if ($av->id == $av2->id) continue;
|
||||
if ($av->plan_class == $av2->plan_class && $av->version_num > $av2->version_num) {
|
||||
$av2->deprecated = 1;
|
||||
} else if ($av2->beta) {
|
||||
$av2->deprecated = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue