1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Here we have the pleasure of fixing bugs 526891 and 530830. Both have been tested on my local copy, and they should be ready!

git-svn-id: file:///svn/phpbb/trunk@2351 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
dougk_ff7
2002-03-19 15:39:06 +00:00
parent e626b1a893
commit 92e1d35180
3 changed files with 16 additions and 6 deletions

View File

@@ -343,9 +343,17 @@ else
"S_GROUP_SELECT" => $select_list)
);
//
// Faking the IF... ELSE statements again...
//
if( count($group_list) > 0 )
{
$template->assign_block_vars("select_box", array());
}
$template->pparse('body');
}
include('page_footer_admin.'.$phpEx);
?>
?>