From bd0244180be0d409084f9166c9084735818e75f1 Mon Sep 17 00:00:00 2001 From: RMcGirr83 Date: Tue, 30 Aug 2016 11:41:58 -0400 Subject: [PATCH 1/2] [ticket/14755] Fix max length in mcp topic html file Move posts does not accept a topic number greater than 999999 topic_id set in both posts table and topics table accepts 10 digits https://tracker.phpbb.com/browse/PHPBB3-14755 PHPBB3-14755 --- phpBB/styles/prosilver/template/mcp_topic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index e6978191de..d14dd6836e 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -73,7 +73,7 @@
- + {L_SELECT_TOPIC}
{TO_TOPIC_INFO}
From b3e8eb9febd950ec17a594fc6c11b617898e1393 Mon Sep 17 00:00:00 2001 From: Richard McGirr Date: Wed, 31 Aug 2016 05:37:06 -0400 Subject: [PATCH 2/2] [ticket/14755] Fix subsilver2 PHPBB3-14755 --- phpBB/styles/subsilver2/template/mcp_topic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/subsilver2/template/mcp_topic.html b/phpBB/styles/subsilver2/template/mcp_topic.html index c6a8236b20..9f24b5ad50 100644 --- a/phpBB/styles/subsilver2/template/mcp_topic.html +++ b/phpBB/styles/subsilver2/template/mcp_topic.html @@ -44,7 +44,7 @@ {L_MERGE_TOPIC_ID} - {L_SELECT_TOPIC} + {L_SELECT_TOPIC}