diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-08-27 00:33:28 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-08-27 00:33:28 +0000 |
commit | 2c9b17ba48923df1d66d1b571dc92fa0db505374 (patch) | |
tree | 18840f7e36fa6bc9c9bdf67c9ae3a05cec99c4fc | |
parent | 3de3b9e9cfe9a5fa258f2c3e6f32cec2ecd7207f (diff) | |
download | forums-2c9b17ba48923df1d66d1b571dc92fa0db505374.tar forums-2c9b17ba48923df1d66d1b571dc92fa0db505374.tar.gz forums-2c9b17ba48923df1d66d1b571dc92fa0db505374.tar.bz2 forums-2c9b17ba48923df1d66d1b571dc92fa0db505374.tar.xz forums-2c9b17ba48923df1d66d1b571dc92fa0db505374.zip |
oopsie
git-svn-id: file:///svn/phpbb/trunk@4439 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/adm/admin_groups.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/admin_groups.php b/phpBB/adm/admin_groups.php index de010196a3..bd65107656 100644 --- a/phpBB/adm/admin_groups.php +++ b/phpBB/adm/admin_groups.php @@ -240,7 +240,7 @@ function swatch() ?> <tr> <td class="row2"><b><?php echo $user->lang['GROUP_TYPE']; ?>:</b><br /><span class="gensmall"><?php echo $user->lang['GROUP_TYPE_EXPLAIN']; ?></span></td> - <td class="row1" nowrap="nowrap"><input type="radio" name="group_type" value="<?php echo GROUP_FREE . '"' . $type_free; ?> /> <?php echo $user->lang['GROUP_OPEN']; ?> <input type="radio" name="group_type" value="<?php echo GROUP_OPEN . '"' . $type_open; ?> /> <?php echo $user->lang['GROUP_REQUEST']; ?> <input type="radio" name="group_type" value="<?php echo GROUP_CLOSED . '"' . $type_closed; ?> /> <?php echo $user->lang['GROUP_CLOSED']; ?> <input type="radio" name="group_type" value="<?php echo GROUP_HIDDEN . '"' . $type_hidden; ?> /> <?php echo $user->lang['GROUP_HIDDEN']; ?></td> + <td class="row1" nowrap="nowrap"><input type="radio" name="group_type" value="<?php echo GROUP_FREE . '"' . $type_free; ?> /> <?php echo $user->lang['GROUP_OPEN']; ?> <input type="radio" name="group_type" value="<?php echo GROUP_OPEN . '"' . $type_open; ?> /> <?php echo $user->lang['GROUP_REQUEST']; ?> <input type="radio" name="group_type" value="<?php echo GROUP_CLOSED . '"' . $type_closed; ?> /> <?php echo $user->lang['GROUP_CLOSED']; ?> <input type="radio" name="group_type" value="<?php echo GROUP_HIDDEN . '"' . $type_hidden; ?>" /> <?php echo $user->lang['GROUP_HIDDEN']; ?></td> </tr> <?php |