1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00
git-svn-id: file:///svn/phpbb/trunk@8041 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-08-17 16:02:21 +00:00
parent 021fec01b2
commit aecc7c9178
2 changed files with 9 additions and 8 deletions

View File

@@ -174,7 +174,7 @@ class utf_new_normalizer
include($phpbb_root_path . 'includes/utf/data/utf_canonical_comp.' . $phpEx);
}
return utf_normalizer::recompose($str, $pos, $len, &$qc, &$decomp_map);
return utf_normalizer::recompose($str, $pos, $len, $qc, $decomp_map);
}
}