Subversion Repositories Applications.projet

Rev

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

Rev 379 Rev 380
Line 69... Line 69...
69
	        
69
	        
70
	        // on désinscrit l'utilisateur des listes associées au projet
70
	        // on désinscrit l'utilisateur des listes associées au projet
71
			include_once PROJET_CHEMIN_CLASSES.'inscription_liste.class.php' ;
71
			include_once PROJET_CHEMIN_CLASSES.'inscription_liste.class.php' ;
72
       	 	$desinscription= new inscription_liste($this->_db) ;
72
       	 	$desinscription= new inscription_liste($this->_db) ;
-
 
73
       		$desinscription->desinscrireUtilisateur($annuaire, $projet->_listes_associes[0]) ;
-
 
74
       		
-
 
75
	    }
73
       		$desinscription->desinscrireUtilisateur($annuaire, $projet->_listes_associes[0]) ;
76
    }
74
}
77
}
75
// On teste ici s'il y a une mise a jour de l inscription a la liste
78
// On teste ici s'il y a une mise a jour de l inscription a la liste
76
if (isset($_POST['inscription_liste'])) {
79
if (isset($_POST['inscription_liste'])) {
77
    $projet->getListesAssociees();
80
    $projet->getListesAssociees();