mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
not returning labes containing $row or $cont for translating
This commit is contained in:
@ -1270,7 +1270,8 @@
|
||||
}
|
||||
foreach($strings as $str)
|
||||
{
|
||||
if (strlen($str) > 1 && $str{0} != '@' && $str{0} != '$')
|
||||
if (strlen($str) > 1 && $str{0} != '@' && $str{0} != '$' &&
|
||||
strstr($str,'$row') === false && strstr($str,'$cont') === false)
|
||||
{
|
||||
$to_trans[trim(strtolower($str))] = $str;
|
||||
}
|
||||
|
Reference in New Issue
Block a user