Merge
* stable: PHP8.1 Compatibility
This commit is contained in:
commit
8f97365ca4
1 changed files with 1 additions and 1 deletions
|
|
@ -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.'" '.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue