From: Nik Okuntseff Date: Tue, 20 Nov 2018 12:55:50 +0000 (+0000) Subject: Version update. X-Git-Tag: timetracker_1.19-1~599 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f5a86ad6b1e247ff6bd83d12fb1f4cfdce581192;p=timetracker.git Version update. --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 02b73555..0af745e7 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.24.4472 | Copyright © Anuko | +  Anuko Time Tracker 1.18.24.4473 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/dbinstall.php b/dbinstall.php index 6818e0d3..0d50381d 100644 --- a/dbinstall.php +++ b/dbinstall.php @@ -1036,6 +1036,7 @@ if ($_POST) { setChange("update `tt_custom_field_options` cfo inner join `tt_site_config` sc on (sc.param_name = 'version_db' and sc.param_value = '1.18.23') inner join `tt_custom_fields` cf on cf.id = cfo.field_id set cfo.group_id = cf.group_id, cfo.org_id = cf.org_id where cfo.org_id is null"); setChange("update `tt_custom_field_log` cfl inner join `tt_site_config` sc on (sc.param_name = 'version_db' and sc.param_value = '1.18.23') inner join `tt_custom_fields` cf on cf.id = cfl.field_id set cfl.group_id = cf.group_id, cfl.org_id = cf.org_id where cfl.org_id is null"); setChange("ALTER TABLE `tt_custom_field_options` ADD `status` tinyint(4) default '1' after `value`"); + setChange("UPDATE `tt_site_config` SET param_value = '1.18.24', modified = now() where param_name = 'version_db' and param_value = '1.18.23'"); } if ($_POST["cleanup"]) {