Subversion Repositories Applications.annuaire

Rev

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

Rev 311 Rev 339
Line 95... Line 95...
95
				break;
95
				break;
Line 96... Line 96...
96
 
96
 
97
			case 'annuaire_inscription_confirmation':
97
			case 'annuaire_inscription_confirmation':
98
				$identifiant = $_GET['id'];
98
				$identifiant = $_GET['id'];
99
				$controleur = new AnnuaireControleur();
99
				$controleur = new AnnuaireControleur();
100
				$retour = $controleur->ajouterNouvelleInscription($identifiant);
100
				$retour = $controleur->ajouterNouvelleInscriptionEtIdentifier($identifiant);
Line 101... Line 101...
101
				break;
101
				break;
102
				
102
				
103
			case 'f_oubli_mdp':
103
			case 'f_oubli_mdp':