1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

fixed two small flaws.

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3790 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-04-05 12:04:34 +00:00
parent a4138b5454
commit 070f82e91e
3 changed files with 7 additions and 6 deletions

View File

@@ -106,6 +106,7 @@ p,ul,td {font-size:10pt;}
<li>Limited username length the strict way - duplicate username registrations should no longer occur</li>
<li>Changed split words handling - now foreign characters are indexed correctly, searching for them works too</li>
<li>Changed empty email To Field to use a non-disclosure delimiter - Anti-Spam software should handle those mails correctly, they are RFC compliant</li>
<li>Fixed wrong language var in install.php - FTP Config screen</li>
</ul>
<a name="203"></a><h3 class="h3">1.ii. Changes since 2.0.3</h3>