From 26932cd3a325e7d39c2c7315e30838376df1c45b Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Wed, 4 Jun 2008 17:26:02 +0000 Subject: [PATCH] Topic searches by author no longer return invalid results [Bug #11777] git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8605 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index eb6cc00859..805a16ec69 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -113,6 +113,7 @@
  • [Fix] reset forum notifications in viewtopic (Bug #28025)
  • [Fix] corrected link for searching post author's other posts (Bug #26455)
  • [Fix] HTTP Authentication supports UTF-8 usernames now (Bug #21135)
  • +
  • [Fix] Topic searches by author no longer return invalid results (Bug #11777)