mirror of https://github.com/BOINC/boinc.git
- web: fix bug in add project prefs for a venue
svn path=/trunk/boinc/; revision=24124
This commit is contained in:
parent
4e946854c1
commit
94d32d8eb9
|
@ -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
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue