From 08deb2e32826db2b4f5bcb1ac940c90e24eeb74f Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 21 Dec 2005 13:23:46 +0000 Subject: [PATCH] removing cxib, because it has only been forwarded by him. ;) git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5363 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 6a7e348392..6092b0cb87 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -71,7 +71,7 @@ p,ul,td {font-size:10pt;}
  • [Fix] added session keys table to backup
  • [Fix] delete session keys entries when deleting user
  • [Fix] changes to support MySQL 5.0
  • -
  • [Fix] changes to some of the admin files to improve efficiency and remove a potential error condition when building the menu (cxib)
  • +
  • [Fix] changes to some of the admin files to improve efficiency and remove a potential error condition when building the menu
  • [Fix] change truncation of username length in usercp_register.php - BFUK
  • [Fix] incorrect path to avatars in admin_users.php (Bug #667)
  • [Fix] fixed get_userdata to support correct sql escaping (non-mysql dbs) - jarnaez