Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3539 Rev 3540
Line 143... Line 143...
143
									$obsAAjouter['certainty'] = $obs['certitude'];
143
									$obsAAjouter['certainty'] = $obs['certitude'];
144
									break;
144
									break;
145
							}
145
							}
146
						}
146
						}
147
						$obsAAjouter['input_source'] = 'widget';
147
						$obsAAjouter['input_source'] = 'widget';
148
						$obsAAjouter['project_id'] = $this->projet_id;
148
						$obsAAjouter['project_id'] = $this->projetId;
149
						$obsAAjouter['project'] = $this->projet;
149
						$obsAAjouter['project'] = $this->projet;
150
						if ($this->isFromPlantNet) {
150
						if ($this->isFromPlantNet) {
151
							$obsAAjouter['input_source'] = 'PlantNet';
151
							$obsAAjouter['input_source'] = 'PlantNet';
152
							$obsAAjouter['plantnet_id'] = $obs['obs_id'];
152
							$obsAAjouter['plantnet_id'] = $obs['obs_id'];
153
						}
153
						}