Comptability PHP8.1
remove deprecated null string
This commit is contained in:
parent
debfa65ed1
commit
3d8265f89f
3 changed files with 5 additions and 5 deletions
|
|
@ -89,7 +89,7 @@
|
|||
<?php echo _("DIFF")?> :
|
||||
</td>
|
||||
<td class="num">
|
||||
<?php echo nbm((bcsub($array[0]['s_qin'],$array[0]['s_qout'])))?>
|
||||
<?php echo nbm((bcsub($array[0]['s_qin']??0,$array[0]['s_qout']??0)))?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue