Subversion Repositories eFlore/Applications.cel

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2183 → Rev 2187

/trunk/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;
}
534,7 → 537,7
$cmp = 0;
 
if ($nb_slashs_a == $nb_slashs_b) {
$cmp = strcmp($a['chemin'], $b['chemin']);
$cmp = strcasecmp($a['chemin'], $b['chemin']);
} else {
$cmp = ($a['chemin'] > $b['chemin']) ? +1 : -1;
}
Property changes:
Modified: svn:mergeinfo
Merged /branches/v2.2-faucille/jrest/lib/GestionMotsClesChemin.php:r2185-2186
/trunk/jrest
Property changes:
Modified: svn:mergeinfo
Merged /branches/v2.2-faucille/jrest:r2185-2186
/trunk/.
Property changes:
Modified: svn:mergeinfo
Merged /branches/v2.2-faucille:r2185-2186