detection tableau pour varaible liste

This commit is contained in:
Michael RICOIS 2010-02-25 15:08:53 +00:00
parent 17d742eb33
commit cd1aa74d3f

View File

@ -697,7 +697,7 @@ function identite_autresiren($liste)
global $firephp;
$typeLib = array('doublon'=>'Doublon Insee');
$return = false;
if(count($liste)>0)
if(is_array($liste) && count($liste)>0)
{
$lib = 'Autre(s) identification(s)';
$data = '';