Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1527 Rev 1570
Line 115... Line 115...
115
				}
115
				}
116
			}
116
			}
117
		}
117
		}
Line 118... Line 118...
118
		
118
		
119
		$gestion_champs_etendus = new GestionChampsEtendus($this->config, 'obs');
119
		$gestion_champs_etendus = new GestionChampsEtendus($this->config, 'obs');
Line 120... Line 120...
120
		$champs_supp = $gestion_champs_etendus->obtenirChampsEtendusPourElementsMultiples($ids);
120
		$champs_supp = $gestion_champs_etendus->consulterParLots($ids);
121
		
121
		
122
		foreach($tableau_observations as &$obs) {
122
		foreach($tableau_observations as &$obs) {
123
			if(isset($champs_supp[$obs['id_observation']])) {
123
			if(isset($champs_supp[$obs['id_observation']])) {