From ff25d0a5084e5e79bf7cc9faefd0dfdeb0ef5705 Mon Sep 17 00:00:00 2001 From: 3D-I <480857+3D-I@users.noreply.github.com> Date: Wed, 30 Oct 2019 14:47:05 +0100 Subject: [ticket/16153] Enable Emojis and rich text in Topic title PHPBB3-16153 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB') diff --git a/phpBB/posting.php b/phpBB/posting.php index 9f3b26aa85..a0ddb9ff15 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1182,7 +1182,7 @@ if ($submit || $preview || $refresh) } /** - * Replace Emojis and other 4bit UTF-8 chars not allowed by MySql to UCR / NCR. + * Replace Emojis and other 4bit UTF-8 chars not allowed by MySQL to UCR/NCR. * Using their Numeric Character Reference's Hexadecimal notation. */ $post_data['post_subject'] = utf8_encode_ucr($post_data['post_subject']); -- cgit v1.2.1