Skip to content

Commit

Permalink
Fixes for Development Database Update Script
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Mar 17, 2022
1 parent b1c5504 commit 3b8f4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public_html/admin/install/devel-db-update.php
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ function update_DatabaseFor212()

$display = '<h2>Development Database Update</h2>';

$gl_prev_version = "2.2.1sr1";
$gl_prev_version = "2.2.1";
$gl_devel_version = "2.2.2";

$display .= "<p>This update is for Geeklog Core and Core Plugins. Can include changes to database structure and data, along with configuration options. All Core plugins must be installed when you run this script.</p>
Expand All @@ -713,7 +713,7 @@ function update_DatabaseFor212()
$display .= 'There was problems updating the configuration settings.';
}
} else {
$display .= 'No configuration settings found to updated.';
$display .= 'No configuration settings found to update.';
}
$display .= '</li></ul>';

Expand Down

0 comments on commit 3b8f4d3

Please sign in to comment.