mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
PHP5.3 deprecated function fix
This commit is contained in:
parent
8e9e403276
commit
809b7fc04c
@ -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