PHP 8 Compatibility Changes
This commit is contained in:
parent
39eea135dc
commit
5fedbe0304
1 changed files with 1 additions and 1 deletions
|
@ -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]<>"") {
|
||||
|
|
Loading…
Reference in a new issue