Subversion Repositories Applications.referentiel

Rev

Rev 134 | Rev 149 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 134 Rev 135
Line 110... Line 110...
110
				$homonyme['statut'] = $homonyme['homonyme'];
110
				$homonyme['statut'] = $homonyme['homonyme'];
111
			}
111
			}
Line 112... Line 112...
112
			
112
			
113
			$this->donnees['h'] = $homonymes;
113
			$this->donnees['h'] = $homonymes;
114
		}
-
 
115
		// Même basionyme
-
 
116
		if ($this->donnees['info']['basionyme'] != '') {
-
 
117
			$basionyme_commun = $this->taxonDao->getNomsBasionymeCommun($this->referentiel, $this->donnees['info']['basionyme']);
-
 
118
			foreach ($basionyme_commun as $nom) {
-
 
119
				if ($nom['num_nom_retenu'] != $this->donnees['num_nom_retenu']) {
-
 
120
					$this->donnees['b'][] = $nom;
-
 
121
				}
-
 
122
			}
-
 
123
		}
114
		}
Line 124... Line 115...
124
	}
115
	}
125
	
116
	
126
	private function trierSynonymesNomenclaturauxTaxonomiques($synonyme) {
117
	private function trierSynonymesNomenclaturauxTaxonomiques($synonyme) {