From bdd81806f20e237de7cb829cd80d1b5a099188c1 Mon Sep 17 00:00:00 2001 From: Cullen Walsh Date: Mon, 25 Jan 2010 18:24:57 +0000 Subject: [PATCH] Ignore that last commit message in r10443. Update user's last visit field correctly when changing activation status (Bug #56185) Regression introduced by r10103 for Bug #44975 Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10444 89ea8834-ac86-4346-8a33-228a782c2dd0 --- 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 15720cc94e..e95d7c7791 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -146,7 +146,7 @@
  • [Fix] Correctly hover list menu in UCP and MCP for rtl languages. (Bug #49945)
  • [Fix] Correctly orientate quoted text image on RTL languages. (Bug #33745)
  • [Fix] Deprecate $allow_reply parameter to truncate_string() (Bug #56675)
  • -
  • [Fix] Update user's last visit field correctly when changing activation status. (Bug #56185)
  • +
  • [Fix] Update users last visit field correctly when changing activation status. (Bug #56185)
  • [Change] Move redirect into a hidden field to avoid issues with mod_security. (Bug #54145)
  • [Change] Log activation through inactive users ACP. (Bug #30145)
  • [Change] Send time of last item instead of current time in ATOM Feeds. (Bug #53305)