mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:41 +02:00
fix one more undefined warning
This commit is contained in:
parent
2cdc2818c2
commit
9e01db5c39
@ -2013,7 +2013,7 @@ abstract class Merge
|
|||||||
}
|
}
|
||||||
if(strpos($param[0], '$$NENVLF') === 0)
|
if(strpos($param[0], '$$NENVLF') === 0)
|
||||||
{ //sets a Pagebreak without any value, only if the field has a value
|
{ //sets a Pagebreak without any value, only if the field has a value
|
||||||
if($this->replacements['$$' . $param[1] . '$$'] != '')
|
if(!empty($this->replacements['$$' . $param[1] . '$$']))
|
||||||
{
|
{
|
||||||
$replace = $LF;
|
$replace = $LF;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user