Skip to content

Commit 33c74f7

Browse files
authored
use the list order, even when grouping by category (#1025)
1 parent 1192692 commit 33c74f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/lists/admin/subscribelib2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ function ListAvailableLists($userid = 0, $lists_to_show = '')
760760
if (isset($GLOBALS['showCat'])&& $GLOBALS['showCat']===true){
761761
$listspercategory = array();
762762
$categories = array();
763-
$catresult = Sql_query(sprintf('select * from %s %s order by category, listorder, name',
763+
$catresult = Sql_query(sprintf('select * from %s %s order by listorder, name',
764764
$GLOBALS['tables']['list'], $subselect));
765765

766766

0 commit comments

Comments
 (0)