From 5ed0be15abe090c426114240f06a01005edfefea Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 1 Aug 2007 16:27:06 +0000 Subject: some tiny fixes and two new features. ;) git-svn-id: file:///svn/phpbb/trunk@7994 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_ban.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/adm/style/acp_ban.html') diff --git a/phpBB/adm/style/acp_ban.html b/phpBB/adm/style/acp_ban.html index 334d245edf..e371d48bfc 100644 --- a/phpBB/adm/style/acp_ban.html +++ b/phpBB/adm/style/acp_ban.html @@ -31,9 +31,9 @@ function display_details(option) { - document.getElementById('acp_ban').unbangivereason.value = ban_give_reason[option]; - document.getElementById('acp_ban').unbanreason.value = ban_reason[option]; - document.getElementById('acp_ban').unbanlength.value = ban_length[option]; + document.getElementById('acp_unban').unbangivereason.value = ban_give_reason[option]; + document.getElementById('acp_unban').unbanreason.value = ban_reason[option]; + document.getElementById('acp_unban').unbanlength.value = ban_length[option]; } //--> -- cgit v1.2.1