Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 284 Rev 315
Line 418... Line 418...
418
			
418
			
419
			if(isset($correspondance_codes_insee_noms[$resultat['code_commune']]) && trim($correspondance_codes_insee_noms[$resultat['code_commune']]) != '') {								
419
			if(isset($correspondance_codes_insee_noms[$resultat['code_commune']]) && trim($correspondance_codes_insee_noms[$resultat['code_commune']]) != '') {								
420
				$resultat['nom_commune'] = $correspondance_codes_insee_noms[$resultat['code_commune']];
420
				$resultat['nom_commune'] = $correspondance_codes_insee_noms[$resultat['code_commune']];
Line 421... Line 421...
421
			}
421
			}
422
			
422
			
423
			$resultat['pseudo_participant'] = $correspondance_id_utilisateur[$resultat['id_participant']]['name'];
423
			$resultat['pseudo_participant'] = isset($correspondance_id_utilisateur[$resultat['id_participant']]) ? $correspondance_id_utilisateur[$resultat['id_participant']]['name'] : '';
Line 424... Line 424...
424
			$resultat['mail_participant'] = $correspondance_id_utilisateur[$resultat['id_participant']]['mail'];
424
			$resultat['mail_participant'] = isset($correspondance_id_utilisateur[$resultat['id_participant']]) ? $correspondance_id_utilisateur[$resultat['id_participant']]['mail'] : '';
425
		}
425
		}
Line 477... Line 477...
477
	
477
	
Line 478... Line 478...
478
	private function formaterInformationPourEnvoi($tableauinfos) {
478
	private function formaterInformationPourEnvoi($tableauinfos) {
479
 
479
 
480
	}
-
 
481
}
480
	}
-
 
481
}