mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 22:51:01 +02:00
fix for Lanfile to not add phrases which are variables
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user