Favourite groups could appear in the wrong order

This commit is contained in:
HummyPkg 2019-01-17 11:26:16 +00:00
parent 132afd3ca7
commit 22b6892b2d
1 changed files with 1 additions and 0 deletions

View File

@ -289,6 +289,7 @@ settings method channel_groups {} {
set res [$db query {
select itemText from TBL_MENUCONFIG
where itemName like 'FAV\_CUSTOM\_STR%%' ESCAPE '\'
order by itemName
}]
$db close
foreach g $res {