Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 129 → Rev 130

/trunk/bibliotheque/metier/Projet.class.php
221,7 → 221,8
case Projet::GP_ID_LIST:
$requete = 'SELECT * '.
'FROM gestion_projet '.
'WHERE gp_id_projet IN (#0) ';
'WHERE gp_id_projet IN (#0) '.
'ORDER BY gp_nom';
break;
case Projet::GP_CE_CATEGORIE:
$requete = 'SELECT * '.
/trunk/bibliotheque/metier/ProjetCategorie.class.php
116,7 → 116,8
switch ($cmd) {
case ProjetCategorie::GPC_TOUS:
$requete = 'SELECT * '.
'FROM gestion_projet_categorie ';
'FROM gestion_projet_categorie '.
'ORDER BY gpc_libelle';
break;
case ProjetCategorie::GPC_ID:
$requete = 'SELECT * '.
/trunk/actions/GttCtrlActionGestion.class.php
179,6 → 179,9
}
}
// Trie par odre alphabétique des catégories...
ksort($aso_gestion['preferences']);
//+-------------------------------------------------------------------------------------------------+
// GESTION DES ABSENCES
//+-------------------------------------------------------------------------------------------------+
411,7 → 414,7
if ($hs_h_modif < 0) {
$Utilisateur->augmenterQuotaHeuresSup($hs_h_modif);
}
$Utilisateur->modifier();
//$Utilisateur->modifier();
}
 
// Gestion de la mise à jour des heures sup