From 7f313df2fbc1b28531adccbf022d6fdde0d6fdc8 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Wed, 7 Nov 2018 22:45:51 +0000 Subject: [PATCH] Cosmetic version fixes in dbinstall.php. --- 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 b56b168d..4f98ebca 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
- - - + +
 Anuko Time Tracker 1.18.11.4384 | Copyright © Anuko | +  Anuko Time Tracker 1.18.11.4385 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/dbinstall.php b/dbinstall.php index 9a87d38e..a2ff4331 100644 --- a/dbinstall.php +++ b/dbinstall.php @@ -956,7 +956,7 @@ if ($_POST) { print "Updated $tt_expense_items_updated tt_expense_items records...
\n"; } - if ($_POST["convert11797to11810"]) { + if ($_POST["convert11797to11811"]) { setChange("ALTER TABLE `tt_fav_reports` CHANGE `group_by` `group_by1` varchar(20) default NULL"); setChange("ALTER TABLE `tt_fav_reports` ADD `group_by2` varchar(20) default NULL AFTER `group_by1`"); setChange("ALTER TABLE `tt_fav_reports` ADD `group_by3` varchar(20) default NULL AFTER `group_by2`"); @@ -1027,7 +1027,7 @@ if ($_POST) {

DB Install

-
Create database structure (v1.18.10) + Create database structure (v1.18.11)
(applies only to new installations, do not execute when updating)
@@ -1072,8 +1072,8 @@ if ($_POST) {
Update database structure (v1.17.97 to v1.18.10)Update database structure (v1.17.97 to v1.18.11)
-- 2.20.1