Hopefully fixed sorting by team name.
This commit is contained in:
parent
2cfab3b06d
commit
ee9817f7b7
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ function cmp_translated($a, $b){
|
|||
}
|
||||
|
||||
function cmp_alpha($a, $b){
|
||||
global $langs;
|
||||
return strcmp($langs[$a],$langs[$b]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue