Subversion Repositories Applications.annuaire

Rev

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

Rev 139 Rev 143
Line 233... Line 233...
233
 
233
 
234
					// si le mail a changé on désinscrit l'ancien mail et on inscrit le nouveau
234
					// si le mail a changé on désinscrit l'ancien mail et on inscrit le nouveau
235
					if($changement_mail) {
235
					if($changement_mail) {
236
						$lettre_controleur->ModificationInscriptionLettreActualite($ancien_mail, $mail_utilisateur);
236
						$lettre_controleur->ModificationInscriptionLettreActualite($ancien_mail, $mail_utilisateur);
-
 
237
					} else {
237
					} else {
238
 
238
						$lettre_controleur->inscriptionLettreActualite($mail_utilisateur);
239
						$lettre_controleur->inscriptionLettreActualite($mail_utilisateur);
Line 239... Line 240...
239
					}
240
					}
240
 
241
 
Line 353... Line 354...
353
				case 'date':
354
				case 'date':
Line 354... Line 355...
354
					
355
					
Line 355... Line 356...
355
					//echo '|'.$valeur['amv_valeur'].'|';
356
					//echo '|'.$valeur['amv_valeur'].'|';
-
 
357
					
356
					
358
					$format = Config::get('date_format_simple');
357
					$format = Config::get('date_format_simple');
359
					
358
					if(!isset($format)) {
360
					if(!isset($format)) {
Line 359... Line 361...
359
						$format = 'd/m/Y';
361
						$format = 'd/m/Y';
Line 364... Line 366...
364
					if(!$time || $time == '') {
366
					if(!$time || $time == '') {
365
						$valeur_modifiee['amv_valeur_affichage'] = $valeur['amv_valeur'];
367
						$valeur_modifiee['amv_valeur_affichage'] = $valeur['amv_valeur'];
366
					} else {
368
					} else {
367
						$valeur_modifiee['amv_valeur_affichage'] = date($format, $time);
369
						$valeur_modifiee['amv_valeur_affichage'] = date($format, $time);
368
					}
370
					}
369
					
-
 
370
					$valeur_modifiee['amv_valeur_affichage'] = date($format, $time);
-
 
Line 371... Line 371...
371
								
371
								
Line 372... Line 372...
372
				break;
372
				break;
373
 
373