From 94d32d8eb959ea26294fe4b10ffb1a2bd7af60ea Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 2 Sep 2011 21:45:13 +0000 Subject: [PATCH] - web: fix bug in add project prefs for a venue svn path=/trunk/boinc/; revision=24124 --- checkin_notes | 6 ++++++ html/user/add_venue.php | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 0e1843c718..e8c75962f9 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/html/user/add_venue.php b/html/user/add_venue.php index 9a0b789870..9a9bdcd3bb 100644 --- a/html/user/add_venue.php +++ b/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));