56,6 → 56,7 |
$Categorie = current($ProjetCategorie->consulter(ProjetCategorie::GPC_ID, $Projet->getCeCategorie())); |
|
// Récupération de toutes les infos |
if(isset($Categorie)) { |
$aso_preferences['preferences'][$Categorie->getLibelle()][] = array( |
'id' => $Projet->getIdProjet(), |
'valeur' => $Projet->getIdProjet(), |
69,7 → 70,7 |
'av' => $Projet->getAvancement(), |
'avc' => $Projet->getAvancementCalcule(), // trop de la boulette ! |
'coche' => $coche); |
} |
}} |
ksort($aso_preferences['preferences']); |
} |
|
97,4 → 98,4 |
$this->setSuivant('__defaut__'); |
} |
} |
?> |
?> |