Bug : Database::fetch_all returns an array or FALSE, because
of pg_fetch_all, the version PHP7 cannot use anymore a boolean with count().
This commit is contained in:
parent
7a41f9b301
commit
5aab6a0502
14 changed files with 41 additions and 33 deletions
|
|
@ -772,7 +772,7 @@ class Follow_Up
|
|||
if ($a_row==false || sizeof($a_row)==0 )
|
||||
{
|
||||
$r='<div style="clear:both">';
|
||||
$r.='<hr>Aucun enregistrement trouvé';
|
||||
$r.='<hr>'._("Aucun enregistrement trouvé");
|
||||
$r.="</div>";
|
||||
return $r;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue