Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2186 → Rev 2185

/branches/v2.2-faucille/jrest/lib/GestionMotsClesChemin.php
39,9 → 39,6
' -- '.__FILE__.':'.__LINE__;
 
$arbre = Cel::db()->requeter($requete);
foreach ($arbre as &$noeud) {
$noeud['chemin'] = strtolower($noeud['chemin']);
}
usort($arbre, array('GestionMotsClesChemin', 'comparerProfNoeuds'));
return $arbre;
}