mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
reverted
This commit is contained in:
parent
0cd6ab53b4
commit
f386d0480d
@ -210,7 +210,7 @@
|
||||
}
|
||||
$Ok = False;
|
||||
$pat = $org_idx;
|
||||
while (!$Ok && ($pat = strpos($pat,'$') !== false))
|
||||
while (!$Ok && ($pat = @strstr($pat,'$')))
|
||||
{
|
||||
$pat = substr($pat,$pat[1] == '{' ? 2 : 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user