git-svn-id: file:///svn/phpbb/trunk@7259 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2007-04-01 17:03:05 +00:00
parent e93165a9e1
commit c78c82123e

View file

@ -728,7 +728,7 @@ class acp_groups
$db->sql_freeresult($result);
// The order is... normal, then special
asort($cached_group_data);
ksort($cached_group_data);
foreach ($cached_group_data as $type => $row_ary)
{