From fc0ae23d3445a952440af1fc77a3a033bec2dc93 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 6 Mar 2009 15:23:57 +0000 Subject: [PATCH] Bug number for create table in db_tools git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9358 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 40a4a8b2e6..e17e2ee4a2 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -118,7 +118,7 @@
  • [Change] Added new options for visual confirmation.
  • [Change] Add link to user profile in the MCP for user notes and warn user.
  • [Feature] Allow translation of custom BBCode help messages. (Patch by bantu)
  • -
  • [Feature] db_tools now support create table and drop table.
  • +
  • [Feature] db_tools now support create table and drop table. (Bug #40045)
  • [Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)