Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 138 → Rev 143

/trunk/actions/GttCtrlActionStatTableauGlobal.class.php
109,7 → 109,8
// Info trans utilisateur sur les catégories
if (!isset($aso_stat['categories'][$Categorie->getIdCategorie()])) {
$aso_stat['categories'][$Categorie->getIdCategorie()] = array( 'projets' => array(),
'nom' => $Categorie->getLibelle(),
'nom' => $Categorie->getLibelle(),
'abreviation' => $Categorie->getAbreviation(),
'total' => 0);
}
185,7 → 186,10
}
// Post-traitement des nombre pour l'affichage
$aso_stat = Nombre::formaterNbre($aso_stat, GTT_LANGUE);
$formatage = array('total_projets', 'total_absences','total_absences_projets', 'utilisateurs', 'categories', 'projets', 'absences');
foreach ($formatage as $cle) {
$aso_stat[$cle] = Nombre::formaterNbre($aso_stat[$cle], GTT_LANGUE);
}
// Sortie
//trigger_error(print_r($aso_stat, true), E_USER_NOTICE);