sort the divs and cats so the team names are consistent

This commit is contained in:
james 2008-09-16 18:37:23 +00:00
parent 54aa1b7658
commit de185f07f4

View File

@ -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="";