Fixed a bug (hopefully) preventing admin panel from being displayed

git-svn-id: file:///svn/phpbb/trunk@882 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
dougk_ff7 2001-08-15 11:54:40 +00:00
parent f65f865ccd
commit a9e82a381d

View file

@ -69,6 +69,7 @@ else if( isset($updategroup) )
// Ok, they are submitting a group, let's save the data based on if it's new or editing // Ok, they are submitting a group, let's save the data based on if it's new or editing
// //
switch($mode) switch($mode)
{
case 'update': case 'update':
break; break;
@ -85,6 +86,7 @@ else if( isset($updategroup) )
message_die(GENERAL_ERROR, $lang['Group_mode_not_selected']); message_die(GENERAL_ERROR, $lang['Group_mode_not_selected']);
break; break;
} }
}
else else
{ {
// //