PHP5.3 deprecated function fix

This commit is contained in:
Ralf Becker 2010-09-25 09:14:22 +00:00
parent 8e9e403276
commit 809b7fc04c

View File

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