mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
tried to begin adjusting all string functions where applicable - still a *lot* to do.
i hope i catched all relevant sections and did not mess something up. git-svn-id: file:///svn/phpbb/trunk@6452 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -425,7 +425,7 @@ class dbal
|
||||
$this->sql_transaction('rollback');
|
||||
}
|
||||
|
||||
if (strlen($message) > 1024)
|
||||
if (utf8_strlen($message) > 1024)
|
||||
{
|
||||
// We need to define $msg_long_text here to circumvent text stripping.
|
||||
global $msg_long_text;
|
||||
|
Reference in New Issue
Block a user