[ticket/10003] Fixed comment referring to db_tools duplication.

PHPBB3-10003
This commit is contained in:
Oleg Pudeyev 2011-07-09 01:56:43 -04:00
parent fd728c2815
commit 00f7db66f2

View file

@ -180,8 +180,8 @@ while ($row = $db->sql_fetchrow($result))
} }
$db->sql_freeresult($result); $db->sql_freeresult($result);
// We do not include DB Tools here, because we can not be sure the file is up-to-date ;) // phpbb_db_tools will be taken from new files (under install/update/new)
// 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) // if possible, falling back to the board's copy.
$db_tools = new phpbb_db_tools($db, true); $db_tools = new phpbb_db_tools($db, true);
$database_update_info = database_update_info(); $database_update_info = database_update_info();