Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 108 → Rev 109

/trunk/actions/GttCtrlActionPreferences.class.php
38,7 → 38,13
$aso_preferences['preferences'][$Categorie->getLibelle()][] = array(
'id' => $Projet->getIdProjet(),
'valeur' => $Projet->getIdProjet(),
'nom' => $Projet->getNom(),
'no' => $Projet->getNom(),
'de' => $Projet->getDescription(),
'dade' => $Projet->getDateDebut(),
'dafi' => $Projet->getDateFin(),
'dupr' => $Projet->getDureePrevue(),
'dufi' => $Projet->getDureeFinance(),
'av' => $Projet->getAvancement(),
'coche' => $coche);
}
ksort($aso_preferences['preferences']);