Subversion Repositories Applications.referentiel

Rev

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

Rev 204 Rev 241
Line 215... Line 215...
215
			$class_inf = $this->taxonDao->getClassification
215
			$class_inf = $this->taxonDao->getClassification
216
				('Inferieur', $this->referentiel, $this->donnees['num_nom_retenu']);
216
				('Inferieur', $this->referentiel, $this->donnees['num_nom_retenu']);
217
			if ($class_inf != '') {
217
			if ($class_inf != '') {
218
				$this->donnees['classification']['inférieurs'] = $class_inf['inf'];	
218
				$this->donnees['classification']['inférieurs'] = $class_inf['inf'];	
219
				$this->donnees['niveau'] = $class_inf['niveau'];
219
				$this->donnees['niveau'] = $class_inf['niveau'];
-
 
220
				arsort($class_inf['nb_par_rang']);
-
 
221
				$this->donnees['noms_rang'] = $class_inf['nb_par_rang'];
220
			}	
222
			}
221
		}	
223
		}	
222
	}
224
	}
Line 223... Line 225...
223
	
225
	
224
	private function chargerComplements() {
226
	private function chargerComplements() {