removed (anyway unnecessary) deprecated posix regular expression, giving a warning in php5.3

This commit is contained in:
Ralf Becker 2010-10-12 07:38:35 +00:00
parent 33bd0fed50
commit f46e031933

View File

@ -1041,7 +1041,7 @@ class infolog_ui
{
continue;
}
$cont = split(' ', $content[$key]);
$cont = explode(' ', $content[$key]);
$ckarray = array();
foreach($cont as &$word)
{