Skip to content

Commit

Permalink
Various Minor Misspellings
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffhumphrey committed Aug 30, 2024
1 parent 0b362fb commit 1974353
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions update/run_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@
}

else {
$output_run_update .= "<li class=\"text-danger\">Paypal IPN column missing in the preferences table.</li>";
$output_run_update .= "<li class=\"text-danger\">PayPal IPN column missing in the preferences table.</li>";
$error_count++;
}

Expand Down Expand Up @@ -1793,7 +1793,7 @@
mysqli_select_db($connection,$database);
mysqli_real_escape_string($connection,$sql);
$result = mysqli_query($connection,$sql);
if ($result) $output_run_update .= "<li>prefsTimeZone DB column altered to FLOAT to accomodate fractional time zone numbers.</li>";
if ($result) $output_run_update .= "<li>prefsTimeZone DB column altered to FLOAT to accommodate fractional time zone numbers.</li>";
else {
$output_run_update .= "<li class=\"text-danger\">prefsTimeZone DB column NOT altered to FLOAT to accomodate fractional time zone numbers.</li>";
$error_count++;
Expand Down Expand Up @@ -4392,7 +4392,7 @@

}

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

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

Expand Down

0 comments on commit 1974353

Please sign in to comment.