From 83eed1b0df394a471559ea14b5c734164b7d0f4e Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 29 Mar 2019 15:14:00 +0100 Subject: [PATCH] updated copyright date --- sql/mysql/data/system_text_sai.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sql/mysql/data/system_text_sai.sql b/sql/mysql/data/system_text_sai.sql index 29ca1bf..6127e6e 100644 --- a/sql/mysql/data/system_text_sai.sql +++ b/sql/mysql/data/system_text_sai.sql @@ -17,11 +17,11 @@ REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_config_title', 'sai'); REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_config_title', 'sai_config'); - REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'deDE', '${project} © WebCraft Media 2017', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); - REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'enUS', '${project} © WebCraft Media 2017', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); - REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'trTR', '${project} © WebCraft Media 2017', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); - REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'frFR', '${project} © WebCraft Media 2017', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); - REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'esES', '${project} © WebCraft Media 2017', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); + REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'deDE', '${project} © WebCraft Media 2019', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); + REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'enUS', '${project} © WebCraft Media 2019', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); + REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'trTR', '${project} © WebCraft Media 2019', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); + REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'frFR', '${project} © WebCraft Media 2019', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); + REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'esES', '${project} © WebCraft Media 2019', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_copyright', 'sai'); REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_copyright', 'sai_default');