mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
fix for Lanfile to not add phrases which are variables
This commit is contained in:
parent
c6a83c93eb
commit
96fd5ccfbd
@ -1270,7 +1270,7 @@
|
|||||||
}
|
}
|
||||||
foreach($strings as $str)
|
foreach($strings as $str)
|
||||||
{
|
{
|
||||||
if (strlen($str) > 1 && $str[0] != '@')
|
if (strlen($str) > 1 && $str{0} != '@' && $str{0} != '$')
|
||||||
{
|
{
|
||||||
$to_trans[trim(strtolower($str))] = $str;
|
$to_trans[trim(strtolower($str))] = $str;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user