Subversion Repositories eFlore/Applications.cel

Rev

Rev 1224 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1224 Rev 1225
Line 386... Line 386...
386
	}
386
	}
Line 387... Line 387...
387
 
387
 
388
	private function traiterReferentiel($observation) {
388
	private function traiterReferentiel($observation) {
389
		$retour = 'NULL';
389
		$retour = 'NULL';
390
		if ($observation['num_nom_sel'] != '' && $observation['num_nom_sel'] != '0') {
390
		if ($observation['num_nom_sel'] != '' && $observation['num_nom_sel'] != '0') {
-
 
391
			$retour = 'bdnff:4.02';
-
 
392
			if (isset($observation['nom_referentiel'])) {
-
 
393
				$retour = ($observation['nom_referentiel'] == 'bdtfx:1.01') ? 'bdtfx:1.01' : 'bdnff:4.02';
391
			$retour = 'bdnff:4.02';
394
			}
392
		}
395
		}
393
		return $retour;
396
		return $retour;
Line 394... Line 397...
394
	}
397
	}