Quote:
Originally Posted by kwiecu
Small thing KSV. Could you change displaying channels in alphabetical order in lines into columns? I would be more practical and easier to read(look up channels).
Thanks for all.
|
Displayed channel list is already sorted alphabetically. ksort function of php does not have have any option to ignore case while sorting so channel names starting with small letters (e.g nFilm) are sorted after channel names starting with capital letters.