mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
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;
|
continue;
|
||||||
}
|
}
|
||||||
$cont = split(' ', $content[$key]);
|
$cont = explode(' ', $content[$key]);
|
||||||
$ckarray = array();
|
$ckarray = array();
|
||||||
foreach($cont as &$word)
|
foreach($cont as &$word)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user