PHP 7.2 incomptability : sizeof of not array
This commit is contained in:
parent
57bb44c85f
commit
46b4cdf0aa
1 changed files with 1 additions and 1 deletions
|
|
@ -769,7 +769,7 @@ class Follow_Up
|
|||
|
||||
|
||||
// if there are no records return a message
|
||||
if (sizeof($a_row)==0 or $a_row==false)
|
||||
if ($a_row==false || sizeof($a_row)==0 )
|
||||
{
|
||||
$r='<div style="clear:both">';
|
||||
$r.='<hr>Aucun enregistrement trouvé';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue