aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-07-02 21:42:54 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-07-02 21:42:54 +0000
commit98fc394eb350d55c1876ffe8ce02260113af1368 (patch)
tree154800d957fd61fcac225e679fdbe475627d02b4 /phpBB/styles
parentfdd82e4c124ea2c28ae86b837ba629de206c22a0 (diff)
downloadforums-98fc394eb350d55c1876ffe8ce02260113af1368.tar
forums-98fc394eb350d55c1876ffe8ce02260113af1368.tar.gz
forums-98fc394eb350d55c1876ffe8ce02260113af1368.tar.bz2
forums-98fc394eb350d55c1876ffe8ce02260113af1368.tar.xz
forums-98fc394eb350d55c1876ffe8ce02260113af1368.zip
- fixed language pack management a bit (supporting backslashes)
- fixed ftp_fsock, also fixing a reported bug in there git-svn-id: file:///svn/phpbb/trunk@6139 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subSilver/template/ucp_groups_manage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/ucp_groups_manage.html b/phpBB/styles/subSilver/template/ucp_groups_manage.html
index f33e86ba04..3e5f4178e9 100644
--- a/phpBB/styles/subSilver/template/ucp_groups_manage.html
+++ b/phpBB/styles/subSilver/template/ucp_groups_manage.html
@@ -49,7 +49,7 @@
<td class="row2">
<input name="group_type" type="radio" class="radio" id="group_type" value="{GROUP_TYPE_FREE}"{GROUP_FREE} /> {L_GROUP_OPEN} &nbsp;
<input name="group_type" type="radio" class="radio" value="{GROUP_TYPE_OPEN}"{GROUP_OPEN} /> {L_GROUP_REQUEST} &nbsp;
- <input name="group_type" type="radio" class="radio" value="{GROUP_TYPE_CLOSE}"{GROUP_CLOSED} /> {L_GROUP_CLOSED} &nbsp;
+ <input name="group_type" type="radio" class="radio" value="{GROUP_TYPE_CLOSED}"{GROUP_CLOSED} /> {L_GROUP_CLOSED} &nbsp;
<input name="group_type" type="radio" class="radio" value="{GROUP_TYPE_HIDDEN}"{GROUP_HIDDEN} /> {L_GROUP_HIDDEN}
</td>
</tr>