svn path=/trunk/boinc/; revision=25701

This commit is contained in:
David Anderson 2012-05-20 23:04:42 +00:00
parent 13f51d42e5
commit aafdf3a312
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ function do_updates() {
$app->update("homogeneous_redundancy=$new_v");
}
$field = "homogeneous_app_version".$id;
$field = "homogeneous_app_version_".$id;
$new_v = (post_str($field, true)=='on') ? 1 : 0;
$old_v = $app->homogeneous_app_version;
if ($new_v != $old_v ) {