PHP8.1 Compatibility

This commit is contained in:
Dany wm 2024-04-09 18:57:46 +02:00 committed by sparkyx
parent 3639dd2d4e
commit fed33fed6d

View file

@ -59,7 +59,7 @@ class INum extends IText
$this->id=($this->id=="")?$this->name:$this->id;
$style=' class="inum input_text_ro"';
$this->value=str_replace('"', '', $this->value);
$this->value=str_replace('"', '', $this->value??"");
$r='<INPUT '.$style.' TYPE="TEXT" id="'.
$this->id.'"'.
'NAME="'.$this->name.'" VALUE="'.$this->value.'" '.