From aad90b9cf0d58c784171189c0ccec3c15e947c23 Mon Sep 17 00:00:00 2001 From: anuko Date: Thu, 28 Dec 2017 14:23:09 +0000 Subject: [PATCH] Updated labels on dbinstall.php to reflect current version. --- WEB-INF/templates/footer.tpl | 2 +- dbinstall.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index a3ab15e0..f7e660c1 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
- - - + +
 Anuko Time Tracker 1.13.0.3700 | Copyright © Anuko | +  Anuko Time Tracker 1.13.0.3701| Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/dbinstall.php b/dbinstall.php index cb5f1c63..6195c396 100755 --- a/dbinstall.php +++ b/dbinstall.php @@ -598,7 +598,7 @@ if ($_POST) { setChange("ALTER TABLE tt_invoices DROP end_date"); } - if ($_POST["convert1600to1900"]) { + if ($_POST["convert1600to11300"]) { setChange("DROP TABLE IF EXISTS tt_invoice_headers"); setChange("ALTER TABLE tt_fav_reports ADD COLUMN `client_id` int(11) default NULL"); setChange("ALTER TABLE tt_fav_reports ADD COLUMN `cf_1_option_id` int(11) default NULL"); @@ -748,7 +748,7 @@ if ($_POST) {

DB Install

-
Create database structure (v1.9.30) + Create database structure (v1.13.0)
(applies only to new installations, do not execute when updating)
@@ -780,8 +780,8 @@ if ($_POST) {



Update database structure (v1.6 to v1.9)
Update database structure (v1.6 to v1.13)
-- 2.20.1