aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/utf/utf_tools.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-11-23 16:15:46 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-11-23 16:15:46 +0000
commit59f3e65aeeb7f9cb2f393dd36f70e67fd62e9086 (patch)
tree0dbed962c29ae526f59adf9995252ef76155571b /phpBB/includes/utf/utf_tools.php
parent6d6f433d2eec895bb6cd61e286d289434faae9ba (diff)
downloadforums-59f3e65aeeb7f9cb2f393dd36f70e67fd62e9086.tar
forums-59f3e65aeeb7f9cb2f393dd36f70e67fd62e9086.tar.gz
forums-59f3e65aeeb7f9cb2f393dd36f70e67fd62e9086.tar.bz2
forums-59f3e65aeeb7f9cb2f393dd36f70e67fd62e9086.tar.xz
forums-59f3e65aeeb7f9cb2f393dd36f70e67fd62e9086.zip
fixes for bugs #5564, #5554 and #5462
git-svn-id: file:///svn/phpbb/trunk@6643 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/utf/utf_tools.php')
-rw-r--r--phpBB/includes/utf/utf_tools.php2
1 files changed, 1 insertions, 1 deletions
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))
{