PHP8.1 compatibility
This commit is contained in:
parent
887d407a87
commit
98f944cfcd
3 changed files with 5 additions and 4 deletions
|
|
@ -230,7 +230,7 @@ if ($aRap != null ) {
|
|||
else
|
||||
$remove='';
|
||||
|
||||
$comment=strip_tags($array_jr[0]['jr_comment']);
|
||||
$comment=strip_tags($array_jr[0]['jr_comment']??"");
|
||||
$pj_nb=h($array_jr[0]['jr_pj_number']);
|
||||
echo tr (td(format_date($array_jr[0]['jr_date'])).
|
||||
td('<a class="line" href="javascript:void(0)" onclick="'.$str.'" >'.$internal.'</A>').
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue