diff --git a/install/updateModsForHesk.php b/install/updateModsForHesk.php index 3503a673..7c05ad18 100644 --- a/install/updateModsForHesk.php +++ b/install/updateModsForHesk.php @@ -6,12 +6,13 @@ require(HESK_PATH . 'hesk_settings.inc.php'); ?>
-Please verify the database information below. Additionally, ensure that the database user has CREATE and ALTER permissions.
+Please verify the database information below. Additionally, ensure that the database user has CREATE and ALTER permissions.
Database Host:
Database Name:
Database User:
diff --git a/install/updateTo1-6-1.php b/install/updateTo1-6-1.php index 1c6e7edf..977540ba 100644 --- a/install/updateTo1-6-1.php +++ b/install/updateTo1-6-1.php @@ -6,4 +6,4 @@ require(HESK_PATH . 'hesk_settings.inc.php'); hesk_dbConnect(); hesk_dbQuery("UPDATE `".hesk_dbEscape($hesk_settings['db_pfix'])."settings` SET `Value` = '1.6.1' WHERE `Key` = 'modsForHeskVersion'"); -header('Location: updateTo2-0-0.php'); \ No newline at end of file +header('Location: updateTo1-7-0.php'); \ No newline at end of file diff --git a/install/updateTo2-0-0.php b/install/updateTo1-7-0.php similarity index 98% rename from install/updateTo2-0-0.php rename to install/updateTo1-7-0.php index 471cfce3..1808270f 100644 --- a/install/updateTo2-0-0.php +++ b/install/updateTo1-7-0.php @@ -60,7 +60,7 @@ hesk_dbQuery("CREATE TABLE `".hesk_dbEscape($hesk_settings['db_pfix'])."stage_ti KEY `statuses` (`status`), KEY `owner` (`owner`) )"); -hesk_dbQuery("UPDATE `".hesk_dbEscape($hesk_settings['db_pfix'])."settings` SET `Value` = '2.0.0' WHERE `Key` = 'modsForHeskVersion'"); +hesk_dbQuery("UPDATE `".hesk_dbEscape($hesk_settings['db_pfix'])."settings` SET `Value` = '1.7.0' WHERE `Key` = 'modsForHeskVersion'"); //-- Add the new custom field property to modsForHesk_settings.inc.php $file = file_get_contents(HESK_PATH . 'modsForHesk_settings.inc.php');