Skip to content

Commit

Permalink
Final 2.1.3 Prep
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffhumphrey committed May 31, 2016
1 parent a59e110 commit 48a35bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/common.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
include(INCLUDES.'version.inc.php');

// ------------------ VERSION CHECK ------------------
// Current version is 2.1.2.0, change version in system table if not
// Current version is 2.1.3.0, change version in system table if not
// If there are NO database structure or data updates for the current version,
// USE THIS FUNCTION ONLY IF THERE ARE *NOT* ANY DB TABLE OR DATA UPDATES
// OTHERWISE, DEFINE/UPDATE THE VERSION VIA THE UPDATE PROCEDURE
Expand Down
2 changes: 1 addition & 1 deletion lib/preflight.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function check_update($column_name, $table_name) {
$version_check = mysqli_query($connection,$query_version_check) or die (mysqli_error($connection));
$row_version_check = mysqli_fetch_assoc($version_check);

// For 2.1.2.0, one DB update is required - no need to run full update
// For 2.1.2.0, one DB update was required - no need to run full update
/*
if ($row_version_check['version'] == "2.1.1.0") {
Expand Down

0 comments on commit 48a35bc

Please sign in to comment.