1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00
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)
{