diff options
Diffstat (limited to 'admin/group_list.php')
-rw-r--r-- | admin/group_list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/group_list.php b/admin/group_list.php index ccb5a5b80..c5bd7ac70 100644 --- a/admin/group_list.php +++ b/admin/group_list.php @@ -168,7 +168,7 @@ $template->assign_vars( $query = ' SELECT id, name, is_default FROM '.GROUPS_TABLE.' - ORDER BY id ASC + ORDER BY name ASC ;'; $result = pwg_query($query); |