Correction retour pour les annonces

This commit is contained in:
Michael RICOIS 2012-02-01 14:27:58 +00:00
parent e1ec08be89
commit 684a851804

View File

@ -1035,9 +1035,9 @@ function annoncesData($siren, $nic, $values = false)
}
}
}
return $tabData();
return $tabData;
} else {
return $tabData();
return array();
}
}