diff --git a/install/updateTo1-6-0.php b/install/updateTo1-6-0.php index bf1d0184..616ebb48 100644 --- a/install/updateTo1-6-0.php +++ b/install/updateTo1-6-0.php @@ -13,4 +13,4 @@ hesk_dbQuery("ALTER TABLE `".hesk_dbEscape($hesk_settings['db_pfix'])."attachmen hesk_dbQuery("CREATE TABLE `".hesk_dbEscape($hesk_settings['db_pfix'])."settings` (`Key` NVARCHAR(200) NOT NULL, `Value` NVARCHAR(200) NOT NULL)"); hesk_dbQuery("INSERT INTO `".hesk_dbEscape($hesk_settings['db_pfix'])."settings` (`Key`, `Value`) VALUES ('modsForHeskVersion', '1.6.0')"); -header('Location: update-to1-6-1.php'); \ No newline at end of file +header('Location: updateTo1-6-1.php'); \ No newline at end of file