From 00f7db66f24327b6d115e18d1dad8bf48ea22290 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Sat, 9 Jul 2011 01:56:43 -0400 Subject: [PATCH] [ticket/10003] Fixed comment referring to db_tools duplication. PHPBB3-10003 --- phpBB/install/database_update.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 8154155650..36d8bab467 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -180,8 +180,8 @@ while ($row = $db->sql_fetchrow($result)) } $db->sql_freeresult($result); -// We do not include DB Tools here, because we can not be sure the file is up-to-date ;) -// Instead, this file defines a clean db_tools version (we are also not able to provide a different file, else the database update will not work standalone) +// phpbb_db_tools will be taken from new files (under install/update/new) +// if possible, falling back to the board's copy. $db_tools = new phpbb_db_tools($db, true); $database_update_info = database_update_info();