aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-12-18 17:29:39 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-12-18 17:29:39 +0000
commit7ca8a4a6626345fa7444cbbbb36b678e31688258 (patch)
treeadffc2d5616682519b544b1a97058f919d169ae3 /phpBB/adm
parent4e5466d276a4c8bb24172b2dc888c8d1a715a04a (diff)
downloadforums-7ca8a4a6626345fa7444cbbbb36b678e31688258.tar
forums-7ca8a4a6626345fa7444cbbbb36b678e31688258.tar.gz
forums-7ca8a4a6626345fa7444cbbbb36b678e31688258.tar.bz2
forums-7ca8a4a6626345fa7444cbbbb36b678e31688258.tar.xz
forums-7ca8a4a6626345fa7444cbbbb36b678e31688258.zip
- Modules are not added correctly [#6370]
- Minor bug in ucp_prefs_personal.html (Opera) [#6348] - MCP-Warnings section colspan problem in Opera [#6338] - Loading extensions on install [#6332] - Adjust PM rules if folder removed [#6326] - #6318 - Coppa registration [#6306] - Quick-Mod Topic Type Changes Fail when Topic == Global [#6228] - added the possibility to change topic type for more than one topic (within mcp) git-svn-id: file:///svn/phpbb/trunk@6781 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_modules.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_modules.html b/phpBB/adm/style/acp_modules.html
index c9f7c0baf1..25920f7577 100644
--- a/phpBB/adm/style/acp_modules.html
+++ b/phpBB/adm/style/acp_modules.html
@@ -27,6 +27,7 @@
// Create the new select tag
var new_node = document.createElement('select');
new_node.setAttribute('id', 'module_mode');
+ new_node.setAttribute('name', 'module_mode');
// Substitute it for the old one
item.parentNode.replaceChild(new_node, item);