Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2185 → Rev 2186

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