From e6dea9271b520fb655596ebfdc5993b4b097d5c1 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 18 Sep 2015 02:02:08 +0200 Subject: [PATCH] two missing texts linked --- mojotrollz/sql/mysql/system_text.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mojotrollz/sql/mysql/system_text.sql b/mojotrollz/sql/mysql/system_text.sql index b82c7e6..6d9f686 100644 --- a/mojotrollz/sql/mysql/system_text.sql +++ b/mojotrollz/sql/mysql/system_text.sql @@ -88,4 +88,6 @@ INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_ INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('webcraft_impressum', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('webcraft_impressum', 'webcraft'); -INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_login', 'mojotrollz'); \ No newline at end of file +INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_login', 'mojotrollz'); +INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_username', 'mojotrollz'); +INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_password', 'mojotrollz'); \ No newline at end of file