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));