Dotclear


Ignore:
Timestamp:
06/15/11 02:42:57 (13 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
default
Message:

Tri des favoris disponibles selon le libellé traduit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/preferences.php

    r324 r371  
    555555$array = $_fav; 
    556556function cmp($a,$b) { 
    557     if ($a[1] == $b[1]) { 
     557    if (__($a[1]) == __($b[1])) { 
    558558        return 0; 
    559559    } 
    560     return ($a[1] < $b[1]) ? -1 : 1; 
     560    return (__($a[1]) < __($b[1])) ? -1 : 1; 
    561561} 
    562562$array=$array->getArrayCopy(); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map