Compatibility 8.1
This commit is contained in:
parent
3a7f97cf03
commit
3f744d834a
2 changed files with 3 additions and 3 deletions
|
|
@ -305,7 +305,7 @@ class Document
|
|||
|
||||
// if the pattern if found we replace it
|
||||
$value=$this->replace($tag, $p_array);
|
||||
if (strpos($value, 'ERROR')!=false)
|
||||
if (strpos($value??"", 'ERROR')!=false)
|
||||
$value="";
|
||||
/*
|
||||
* Change type of cell to numeric
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue