From d8251106c710107304df2ae4f9174e10c2dfeaea Mon Sep 17 00:00:00 2001 From: Logical Arts LLC Date: Sun, 9 Aug 2015 10:01:00 -0700 Subject: [PATCH] Version 1.3.3 bump --- install/index.php | 39 ++++++++++++++++++++++----------------- version.php | 2 +- 2 files changed, 23 insertions(+), 18 deletions(-) diff --git a/install/index.php b/install/index.php index 9acd1b9f..33b49ca4 100644 --- a/install/index.php +++ b/install/index.php @@ -483,14 +483,14 @@ function get_db_version($db_prefix) function print_intro() { - include_once('../version.php'); - include_once('../Settings_class.php'); + include_once('../version.php'); + include_once('../Settings_class.php'); - $prefix = !empty($_SESSION['db_prefix']) ? $_SESSION['db_prefix'] : $GLOBALS['CONFIG']['db_prefix']; - $db_version = Settings::get_db_version($prefix); - $is_upgrade = ($db_version != REQUIRED_VERSION); + $prefix = !empty($_SESSION['db_prefix']) ? $_SESSION['db_prefix'] : $GLOBALS['CONFIG']['db_prefix']; + $db_version = Settings::get_db_version($prefix); + $is_upgrade = ($db_version != REQUIRED_VERSION); - ?> + ?>

Welcome to the OpenDocMan Database Installer/Updater Tool


@@ -512,22 +512,25 @@ function print_intro() + ?> New Installation (Will wipe any current data!)

- Click HERE To set up database for v release of OpenDocMan

+ Click HERE To set up database for v release of OpenDocMan

+ +} elseif ($is_upgrade) { + ?> Your current Database schema version:

- Required Database schema version:

+ ?>

+ Required Database schema version:

@@ -582,8 +585,9 @@ function print_intro() Upgrade from DB schema version 1.0

+ +} else { + ?> Nothing to update

@@ -591,12 +595,13 @@ function print_intro() + +} + ?> diff --git a/version.php b/version.php index de8a30b9..e632b611 100644 --- a/version.php +++ b/version.php @@ -18,4 +18,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -$GLOBALS['CONFIG']['current_version'] = '1.3.2'; +$GLOBALS['CONFIG']['current_version'] = '1.3.3';