mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
for some things we do not need the utf8 function. :)
git-svn-id: file:///svn/phpbb/trunk@6455 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -447,12 +447,6 @@ function compose_pm($id, $mode, $action)
|
||||
if ($submit || $preview || $refresh)
|
||||
{
|
||||
$subject = request_var('subject', '', true);
|
||||
|
||||
if ($subject && strcmp($subject, utf8_strtoupper($subject)) === 0)
|
||||
{
|
||||
$subject = utf8_strtolower($subject);
|
||||
}
|
||||
|
||||
$message_parser->message = request_var('message', '', true);
|
||||
|
||||
$icon_id = request_var('icon', 0);
|
||||
|
Reference in New Issue
Block a user