1
0
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:
Meik Sievertsen
2006-10-07 15:47:55 +00:00
parent 66c78d114b
commit f27edc4b5b
4 changed files with 7 additions and 21 deletions

View File

@@ -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);