don't mind me, I just forgot something :D

git-svn-id: file:///svn/phpbb/trunk@6678 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2006-11-27 21:34:59 +00:00
parent 1f8818d85d
commit 3da0f4fe7f

View file

@ -187,7 +187,7 @@ class install_install extends module
)); ));
// Check for PCRE UTF-8 support // Check for PCRE UTF-8 support
if (preg_match('//u', '')) if (@preg_match('//u', ''))
{ {
$passed['pcre'] = true; $passed['pcre'] = true;
$result = '<b style="color:green">' . $lang['YES'] . '</b>'; $result = '<b style="color:green">' . $lang['YES'] . '</b>';