Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 431 → Rev 437

/trunk/projet.modification.inc.php
42,7 → 42,8
 
 
 
include_once 'client/projet/configuration/projet.config.inc.php' ;
include_once 'configuration/projet.config.inc.php' ;
//include_once 'reseau/projet/configuration/projet.config.inc.php' ;
include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
include_once PROJET_CHEMIN_CLASSES.'participe.class.php' ;
include_once PROJET_CHEMIN_CLASSES.'projetControleur.class.php' ;
54,11 → 55,11
// On boucle sur chaque projet et on desinscrit l'utilisateur
foreach ($tableau_projet as $projet) {
// si le projet possède une liste associée
// si le projet poss�de une liste associ�e
if ($projet->avoirListe()) {
$est_abonne = '0' ;
// on vérifie si l'utilisateur y est abonné
// on v�rifie si l'utilisateur y est abonn�
$projet->getListesAssociees() ;
 
try {