From 59f3e65aeeb7f9cb2f393dd36f70e67fd62e9086 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 23 Nov 2006 16:15:46 +0000 Subject: fixes for bugs #5564, #5554 and #5462 git-svn-id: file:///svn/phpbb/trunk@6643 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/utf/utf_tools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/utf') diff --git a/phpBB/includes/utf/utf_tools.php b/phpBB/includes/utf/utf_tools.php index 9f2b3c2dda..77b05e702f 100644 --- a/phpBB/includes/utf/utf_tools.php +++ b/phpBB/includes/utf/utf_tools.php @@ -212,7 +212,7 @@ if (extension_loaded('mbstring')) * UTF-8 aware alternative to substr * @ignore */ - function utf8_substr($str, $offset, $length = null) + function utf8_substr($str, $offset, $length = null) { if (is_null($length)) { -- cgit v1.2.1