PHP8.1 compatibility
This commit is contained in:
parent
8936ba5bf3
commit
ec288f676b
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ $owner = new Noalyss_Parameter_Folder($cn);
|
|||
<td>
|
||||
<?php
|
||||
$itext=new IText('lib');
|
||||
$itext->value=strip_tags($obj->det->jr_comment);
|
||||
$itext->value=strip_tags($obj->det->jr_comment??"");
|
||||
$itext->size=40;
|
||||
echo td(_('Libellé')).td($itext->input());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue