phpBB

Code Changes

File: phpbb/request/type_cast_helper.php

  Unmodified   Added   Modified   Removed
Line 55Line 55
				// Make sure multibyte characters are wellformed
if ($multibyte)
{

				// Make sure multibyte characters are wellformed
if ($multibyte)
{

					if (!preg_match('/^./u', $result))

					if (!preg_match('//u', $result))

					{
$result = '';
}

					{
$result = '';
}