From 4d55e4db1b3220c9179aba11d8dce7ee474ad873 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 1 Sep 2011 20:54:49 +0000 Subject: [PATCH] - web: fix bug in "allow beta apps" preferences editing svn path=/trunk/boinc/; revision=24109 --- checkin_notes | 6 ++++++ html/user/prefs_edit.php | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 45f1da6086..66501ecadc 100644 --- a/checkin_notes +++ b/checkin_notes @@ -5469,3 +5469,9 @@ David 1 Sept 2011 tools/ process_input_template.cpp + +David 1 Sept 2011 + - web: fix bug in "allow beta apps" preferences editing + + html/user/ + prefs_edit.php diff --git a/html/user/prefs_edit.php b/html/user/prefs_edit.php index e08b0b0c3e..6f24707d1a 100644 --- a/html/user/prefs_edit.php +++ b/html/user/prefs_edit.php @@ -60,7 +60,6 @@ if ($action) { $project_error = prefs_project_parse_form($prefs); $error = prefs_resource_parse_form($prefs); - if (isset($project_has_beta) && $project_has_beta) prefs_beta_parse_form($prefs); if ($error != false || $project_error != false) { $title = tra("Edit %1 preferences", subset_name($subset)); if ($venue) $title = tra("%1 for %2", $title, $venue);