From d7d810a5862475629e384ab7e6f80687ee7d7f32 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sat, 24 Oct 2009 23:15:10 +0000 Subject: [PATCH] changelog more descriptive for #45805 r9633 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10232 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 910d17ca80..e48d613a03 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -221,7 +221,7 @@
  • [Change] Ability to define column split in FAQ/BBCode help. (Bug #31405)
  • [Change] Changed behaviour of group_create() function to support specifying additional group columns.
  • [Change] Hide avatar when avatar-type is not allowed. (Bug #46785 - Patch by cYbercOsmOnauT and nickvergessen)
  • -
  • [Change] INCLUDEPHP no longer depends on $phpbb_root_path. (Bug #45805)
  • +
  • [Change] INCLUDEPHP paths are now relative to $phpbb_root_path. (Bug #45805)
  • [Change] Ability to fetch moderators with get_moderators() even if load_moderators setting is off. (Bug #35955)
  • [Change] "Post details" links with image in MCP. (Bug #39845 - Patch by leviatan21)
  • [Change] PM history now only shows PMs of users you currently reply to. (Bug #39505)