Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 199 → Rev 198

/trunk/actions/GttCtrlActionPreferences.class.php
56,7 → 56,6
$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(),
70,7 → 69,7
'av' => $Projet->getAvancement(),
'avc' => $Projet->getAvancementCalcule(), // trop de la boulette !
'coche' => $coche);
}}
}
ksort($aso_preferences['preferences']);
}
 
98,4 → 97,4
$this->setSuivant('__defaut__');
}
}
?>
?>