phpBB

Code Changes

File: includes/mcp/mcp_topic.php

  Unmodified   Added   Modified   Removed
Line 456Line 456

$post_info = $post_info[$post_id];
$subject = trim($subject);


$post_info = $post_info[$post_id];
$subject = trim($subject);

 

/**
* Replace Emojis and other 4bit UTF-8 chars not allowed by MySQL to UCR/NCR.
* Using their Numeric Character Reference's Hexadecimal notation.
*/
$subject = utf8_encode_ucr($subject);


// Make some tests
if (!$subject)


// Make some tests
if (!$subject)