* stable:
  PHP8.1 Compatibility
This commit is contained in:
sparkyx 2024-05-13 10:49:27 +02:00
commit 8f97365ca4

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??"0");
$r='<INPUT '.$style.' TYPE="TEXT" id="'.
$this->id.'"'.
'NAME="'.$this->name.'" VALUE="'.$this->value.'" '.