diff --git a/lib/common.lib.php b/lib/common.lib.php index cef8626e..db01de3a 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -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 diff --git a/lib/preflight.lib.php b/lib/preflight.lib.php index 2b5a9316..48177153 100644 --- a/lib/preflight.lib.php +++ b/lib/preflight.lib.php @@ -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") {