Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1298 Rev 1308
Line 431... Line 431...
431
		projetCollecte.setIndexationDuree(indexationDureeChp.getValeur());
431
		projetCollecte.setIndexationDuree(indexationDureeChp.getValeur());
Line 432... Line 432...
432
 
432
 
433
		Projet projetARetourner = null;
433
		Projet projetARetourner = null;
434
		if (!projetCollecte.comparer(projet)) {
434
		if (!projetCollecte.comparer(projet)) {
435
			projetARetourner = projet = projetCollecte;
-
 
436
			Debug.log(projetARetourner.toString());
435
			projetARetourner = projet = projetCollecte;
437
		}
436
		}
438
		return projetARetourner;
437
		return projetARetourner;
Line 439... Line 438...
439
	}
438
	}