Subversion Repositories Applications.gtt

Rev

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

Rev 46 Rev 82
Line 33... Line 33...
33
 
33
 
34
			// Récupération de toutes les infos
34
			// Récupération de toutes les infos
35
			$aso_preferences['preferences'][$Categorie->getLibelle()][] = array(
35
			$aso_preferences['preferences'][$Categorie->getLibelle()][] = array(
36
				'id' => $Projet->getIdProjet(),
36
				'id' => $Projet->getIdProjet(),
37
				'valeur' => $Projet->getIdProjet(),
37
				'valeur' => $Projet->getIdProjet(),
38
				'nom' => $Projet->getNomProjet(),
38
				'nom' => $Projet->getNom(),
39
				'coche' => $coche);
39
				'coche' => $coche);
40
    	}
40
    	}
41
    	ksort($aso_preferences['preferences']);
41
    	ksort($aso_preferences['preferences']);
42
    	//echo '<pre>'.print_r($aso_preferences, true).'</pre>';
42
    	//echo '<pre>'.print_r($aso_preferences, true).'</pre>';