Line 708... |
Line 708... |
708 |
if(strpos($referentiel, 'bdtfx') !== FALSE) return 'bdtfx'; //:v1.01';
|
708 |
if(strpos($referentiel, 'bdtfx') !== FALSE) return 'bdtfx'; //:v1.01';
|
709 |
if(strpos($referentiel, 'bdtxa') !== FALSE) return 'bdtxa'; //:v1.00';
|
709 |
if(strpos($referentiel, 'bdtxa') !== FALSE) return 'bdtxa'; //:v1.00';
|
710 |
//if(strpos($referentiel, 'bdnff') !== FALSE) return 'bdnff'; //:4.02';
|
710 |
//if(strpos($referentiel, 'bdnff') !== FALSE) return 'bdnff'; //:4.02';
|
711 |
if(strpos($referentiel, 'bdnff') !== FALSE) return 'bdtfx';
|
711 |
if(strpos($referentiel, 'bdnff') !== FALSE) return 'bdtfx';
|
712 |
if(strpos($referentiel, 'isfan') !== FALSE) return 'isfan'; //:v1.00';
|
712 |
if(strpos($referentiel, 'isfan') !== FALSE) return 'isfan'; //:v1.00';
|
713 |
if(strpos($referentiel, 'bdtao') !== FALSE) return 'bdtao'; //:v1.00';
|
713 |
if(strpos($referentiel, 'apd') !== FALSE) return 'apd'; //:v1.00';
|
714 |
if(strpos($referentiel, 'autre') !== FALSE) return 'autre';
|
714 |
if(strpos($referentiel, 'autre') !== FALSE) return 'autre';
|
Line 715... |
Line 715... |
715 |
|
715 |
|
716 |
if($referentiel && isset($ligne[C_NOM_SEL]) && $ligne[C_NOM_SEL]) {
|
716 |
if($referentiel && isset($ligne[C_NOM_SEL]) && $ligne[C_NOM_SEL]) {
|
717 |
trigger_error("ligne \"{$ref_ligne}\": Attention: référentiel \"{$referentiel}\" inconnu", E_USER_NOTICE);
|
717 |
trigger_error("ligne \"{$ref_ligne}\": Attention: référentiel \"{$referentiel}\" inconnu", E_USER_NOTICE);
|