forked from science-ation/science-ation
sort the divs and cats so the team names are consistent
This commit is contained in:
parent
54aa1b7658
commit
de185f07f4
@ -598,6 +598,10 @@ for($x=1;$x<count($jteam); $x++) {
|
||||
asort($lang_array);
|
||||
$langstr = implode(' ', $lang_array);
|
||||
|
||||
//sort the cats and divs too, so we dont end up with "int/sen" <--> "sen/int"
|
||||
asort($t['cats']);
|
||||
asort($t['divs']);
|
||||
|
||||
print("langs=($langstr)");
|
||||
print("cats=(");
|
||||
$catstr="";
|
||||
|
Loading…
Reference in New Issue
Block a user