Got my can of bug spray recharged at my local fire department :-)

- Fixed weird bug in Groups ACP


git-svn-id: file:///svn/phpbb/trunk@5465 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2006-01-16 18:26:47 +00:00
parent de526b2705
commit 8c4b5f9a79

View file

@ -587,6 +587,8 @@ class acp_groups
}
$db->sql_freeresult($result);
ksort($group_ary);
$special_toggle = false;
foreach ($group_ary as $type => $row_ary)
{