You know the drill, Updates

This commit is contained in:
2023-05-01 19:51:20 -07:00
parent af6f76fbcb
commit 006e3d3314
105 changed files with 1725 additions and 1430 deletions

View File

@ -5,7 +5,7 @@
*
* Note to devs : prefer update function names using the SQL version, eg yourls_update_to_506(),
* rather than using the YOURLS version number, eg yourls_update_to_18(). This is to allow having
* multiple SQL update during the dev cycle of the same Y0URLS version
* multiple SQL update during the dev cycle of the same YOURLS version
*
* @param string|int $step
* @param string $oldver
@ -406,7 +406,7 @@ function yourls_update_table_to_14() {
if( $count != $queries ) {
$success = false;
$num = $count - $queries;
echo "<p>$num error(s) occured while updating the URL table :(</p>";
echo "<p>$num error(s) occurred while updating the URL table :(</p>";
}
if ( $count == $chunk ) {