PHP8.1 comptability deprecated null string

This commit is contained in:
sparkyx 2023-08-09 13:09:55 +02:00
parent 34a193ee4a
commit 946a415896

View file

@ -509,7 +509,7 @@ class Card_Property
// account
if ($value->ad_id==ATTR_DEF_ACCOUNT)
{
$v=mb_strtoupper($value->av_text);
$v=mb_strtoupper($value->av_text??"");
// 2 accounts given
if (trim($v)!='')
{