From 492d86000e768a1381cf88f5cd599a193427fbe1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 7 Mar 2010 13:16:11 +0100 Subject: [PATCH 1/2] [bug/58745] Correctly close user-delete-form in ACP User Overview (Bug #58745) --- phpBB/adm/style/acp_users_overview.html | 2 +- phpBB/docs/CHANGELOG.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html index d48cfa57be..7d9a0f27d3 100644 --- a/phpBB/adm/style/acp_users_overview.html +++ b/phpBB/adm/style/acp_users_overview.html @@ -148,6 +148,6 @@ {S_FORM_TOKEN}

- + diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3042027e83..5299adcc8c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -99,6 +99,7 @@
  • [Fix] Add terminating semicolons to JavaScript code. (Bug #58085 - Patch by nn-)
  • [Fix] Minor language fixes. (Bug #54855)
  • [Fix] Parsing urls in signatures properly uses config settings. (Bug #57105)
  • +
  • [Fix] Correctly close user-delete-form in ACP User Overview (Bug #58745)
  • [Feature] Support for Microsoft's Native SQL Server Driver for PHP (Bug #57055 - Patch by Chris Pucci at Microsoft)
  • From 738914ac838b8c9c95c97b0ad5b11fea6fda9cc7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 3 Apr 2010 13:11:23 +0200 Subject: [PATCH 2/2] [bug/58745] Correct changelog message --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 5299adcc8c..5bd003eb40 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -99,7 +99,7 @@
  • [Fix] Add terminating semicolons to JavaScript code. (Bug #58085 - Patch by nn-)
  • [Fix] Minor language fixes. (Bug #54855)
  • [Fix] Parsing urls in signatures properly uses config settings. (Bug #57105)
  • -
  • [Fix] Correctly close user-delete-form in ACP User Overview (Bug #58745)
  • +
  • [Fix] Various XHTML mistakes in ACP (Bug #58745)
  • [Feature] Support for Microsoft's Native SQL Server Driver for PHP (Bug #57055 - Patch by Chris Pucci at Microsoft)