Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 700 Rev 718
Line 475... Line 475...
475
		if (($resultat) != array()) { 
475
		if (($resultat) != array()) { 
476
			foreach ($resultat as $tab) {
476
			foreach ($resultat as $tab) {
477
				$this->resultat_req = $tab;
477
				$this->resultat_req = $tab;
478
				$num = $tab['num_nom'];
478
				$num = $tab['num_nom'];
479
				$this->afficherNomHrefRetenu($tab, $num);
479
				$this->afficherNomHrefRetenu($tab, $num);
-
 
480
				if(!empty($tab['rang'])) {
480
				$this->afficherDonnees('rang', $tab['rang']);
481
				  $this->afficherDonnees('rang', $tab['rang']);
-
 
482
				}
481
				$tab_inf[$num] = $this->table_retour;
483
				$tab_inf[$num] = $this->table_retour;
482
				$tab_inf[$num]['nom_sci'] = $tab['nom_sci'];
484
				$tab_inf[$num]['nom_sci'] = $tab['nom_sci'];
483
				$tab_inf[$num]['num_nom'] = $tab['num_nom'];
485
				$tab_inf[$num]['num_nom'] = $tab['num_nom'];
484
				$this->table_retour = array();
486
				$this->table_retour = array();
485
			}
487
			}