Skip to content

Commit

Permalink
Final 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffhumphrey committed Aug 30, 2024
1 parent 4808b62 commit 26bb5f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion update/run_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -4384,14 +4384,16 @@
$data = array('prefsTheme' => 'default');
$db_conn->where ('id', 1);
$result = $db_conn->update ($update_table, $data);
if ($result) $output_run_update .= "<li>Deprecated Theme updated to BCOE&amp;M Default (Gray). To change, update your site preferences.</li>";
if ($result) $output_run_update .= "<li>Deprecated theme updated to BCOE&amp;M Default. To change, update your site preferences.</li>";
else {
$output_run_update .= "<li class=\"text-danger\">Theme NOT updated. You'll need to update it manually. To change, update your site preferences.</li>";
$error_count++;
}

}

$output_run_update .= "<li>Claussenii and Naardenensis themes are deprecated and were removed due to accessability issues.</li>";

if (!$setup_running) $output_run_update .= "</ul>";

/**
Expand Down

0 comments on commit 26bb5f2

Please sign in to comment.