From f175509f71c14071d76a22bb033ccc39950ab827 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Tue, 19 Jun 2007 12:42:27 +0000 Subject: [PATCH] - author search should take UTF-8 [Bug #11793] git-svn-id: file:///svn/phpbb/trunk@7781 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 827efafe6c..305f316e34 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -288,7 +288,8 @@ p a {
  • [Fix] Allow 5 digits in editing time fields (Bug #12489)
  • [Fix] MS SQL DBAL drivers now write over extension limitations, they are too low for most installations (Bug #12415)
  • [Fix] Fix sorting by author on "unanswered posts" (Bug #12545)
  • -ul> +
  • [Fix] Allow searching for multibyte authors (Bug #11793)
  • + Top