PHP 8 Compatibility Changes

This commit is contained in:
earnolmartin 2022-04-20 12:54:37 -06:00
parent 39eea135dc
commit 5fedbe0304

View file

@ -580,7 +580,7 @@ $th="<th class='list'>";
$alansayisi=count($alan);
$result2=" \n $tr";
if (count($baslik)>0)
if ($baslik !== null && is_array($baslik) && count($baslik)>0)
{
for ($i=0;$i<$alansayisi;$i++){
if($baslik[$i]<>"") {