From 2e5f10353fb496bfbc14861e3ab3806982933eba Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 12 May 2016 01:29:27 +0200 Subject: [PATCH] #115 corrected fb link --- mojotrollz/sql/mysql/system_text.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mojotrollz/sql/mysql/system_text.sql b/mojotrollz/sql/mysql/system_text.sql index f6f19c4..3ac6ba8 100644 --- a/mojotrollz/sql/mysql/system_text.sql +++ b/mojotrollz/sql/mysql/system_text.sql @@ -30,7 +30,7 @@ REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_password_long', 'moj REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_password_miss', 'mojotrollz'); REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_password_match', 'mojotrollz'); -REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('link_facebook', 'enUS', 'https://www.facebook.com/pages/Mojo-WoW/204351992944865', 10, 10, '2015-09-17 23:16:50', '2015-09-17 23:16:50'); +REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('link_facebook', 'enUS', 'https://www.facebook.com/mojotrollz/', 10, 10, '2015-09-17 23:16:50', '2015-09-17 23:16:50'); REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('link_facebook', 'link'); REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('link_facebook', 'mojotrollz'); REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('link_slingit', 'enUS', 'http://www.slingit.org', 10, 10, '2015-09-17 23:18:39', '2015-09-17 23:18:39');