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