- web: fix bug in add project prefs for a venue

svn path=/trunk/boinc/; revision=24124
This commit is contained in:
David Anderson 2011-09-02 21:45:13 +00:00
parent 4e946854c1
commit 94d32d8eb9
2 changed files with 6 additions and 1 deletions

View File

@ -5560,3 +5560,9 @@ David 2 Sept 2011
client/
app.cpp,h
app_control.cpp
David 2 Sept 2011
- web: fix bug in add project prefs for a venue
html/user/
add_venue.php

View File

@ -62,7 +62,6 @@ if ($action) {
$project_error = prefs_project_parse_form($new_prefs);
$error = prefs_resource_parse_form($new_prefs);
if (isset($project_has_beta) && $project_has_beta) prefs_beta_parse_form($new_prefs);
if ($error != false || $project_error != false) {
$title = tra("Edit %1 preferences", subset_name($subset));