Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 109 → Rev 108

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