From 128f452ba21507479cace52c4b0e1ca11fffd2ed Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sun, 18 Mar 2018 17:07:03 +0000 Subject: [PATCH] Updated 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 031e3c6f..776d899c 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
- - - + +
 Anuko Time Tracker 1.17.53.4099 | Copyright © Anuko | +  Anuko Time Tracker 1.17.53.4100 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/dbinstall.php b/dbinstall.php index ae5ff704..d4817970 100644 --- a/dbinstall.php +++ b/dbinstall.php @@ -805,7 +805,7 @@ if ($_POST) { print "Updated $users_updated users...
\n"; } - if ($_POST["convert11744to11752"]) { + if ($_POST["convert11744to11753"]) { setChange("update `tt_roles` inner join `tt_site_config` sc on (sc.param_name = 'version_db' and sc.param_value = '1.17.44') set rights = replace(rights, 'override_punch_mode,override_date_lock', 'override_punch_mode,override_own_punch_mode,override_date_lock')"); setChange("UPDATE `tt_site_config` SET param_value = '1.17.48' where param_name = 'version_db' and param_value = '1.17.44'"); setChange("update `tt_users` inner join `tt_site_config` sc on (sc.param_name = 'version_db' and sc.param_value = '1.17.48') set role_id = (select id from tt_roles where team_id = 0 and rank = 512) where role = 324"); @@ -870,7 +870,7 @@ if ($_POST) {

DB Install

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

Update database structure (v1.17.44 to v1.17.52)Update database structure (v1.17.44 to v1.17.53)
-- 2.20.1