mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Copy and paste....
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5614 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
20fc30595b
commit
5dafdada0f
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ if ( isset($HTTP_POST_VARS['edit']) || isset($HTTP_POST_VARS['new']) )
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$group_moderator = $row['username'];
|
$group_moderator = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$group_open = ( $group_info['group_type'] == GROUP_OPEN ) ? ' checked="checked"' : '';
|
$group_open = ( $group_info['group_type'] == GROUP_OPEN ) ? ' checked="checked"' : '';
|
||||||
|
|
Loading…
Add table
Reference in a new issue