/trunk/jrest/scripts/MigrationObs.php |
---|
388,7 → 388,10 |
private function traiterReferentiel($observation) { |
$retour = 'NULL'; |
if ($observation['num_nom_sel'] != '' && $observation['num_nom_sel'] != '0') { |
$retour = 'bdnff:4.02'; |
$retour = 'bdnff:4.02'; |
if (isset($observation['nom_referentiel'])) { |
$retour = ($observation['nom_referentiel'] == 'bdtfx:1.01') ? 'bdtfx:1.01' : 'bdnff:4.02'; |
} |
} |
return $retour; |
} |