Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3543 Rev 3546
Line 172... Line 172...
172
				$obs_a_taguer_ids = array();
172
				$obs_a_taguer_ids = array();
173
				$img_a_taguer_ids_noms = array();
173
				$img_a_taguer_ids_noms = array();
174
				$champsEtendusObs = array();
174
				$champsEtendusObs = array();
175
				foreach ($observations as $obs) {
175
				foreach ($observations as $obs) {
176
					$obs_etendue = $obs['obs_etendue'];
176
					$obs_etendue = $obs['obs_etendue'];
177
					if (isset($obs_images['image_nom'])) { $obs_images['image_nom'] = $obs['image_nom'];}
177
					if (isset($obs['image_nom'])) { $obs_images['image_nom'] = $obs['image_nom'];}
178
					if (isset($obs_images['image_b64'])) {$obs_images['image_b64'] = $obs['image_b64'];}
178
					if (isset($obs['image_b64'])) {$obs_images['image_b64'] = $obs['image_b64'];}
179
					unset($obs['obs_etendue']);
179
					unset($obs['obs_etendue']);
180
					unset($obs['image_nom']);
180
					unset($obs['image_nom']);
181
					unset($obs['image_b64']);
181
					unset($obs['image_b64']);
Line 182... Line 182...
182
 
182