forked from extern/egroupware
removed (anyway unnecessary) deprecated posix regular expression, giving a warning in php5.3
This commit is contained in:
parent
33bd0fed50
commit
f46e031933
@ -1041,7 +1041,7 @@ class infolog_ui
|
||||
{
|
||||
continue;
|
||||
}
|
||||
$cont = split(' ', $content[$key]);
|
||||
$cont = explode(' ', $content[$key]);
|
||||
$ckarray = array();
|
||||
foreach($cont as &$word)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user