detection tableau pour varaible liste
This commit is contained in:
parent
17d742eb33
commit
cd1aa74d3f
@ -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 = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user