diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-07-09 01:56:43 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-07-09 01:56:43 -0400 |
commit | 00f7db66f24327b6d115e18d1dad8bf48ea22290 (patch) | |
tree | e90979f73633fae80dcb667265304ec13b6975b4 | |
parent | fd728c2815d3e21f5f6022b973109a839fe0164f (diff) | |
download | forums-00f7db66f24327b6d115e18d1dad8bf48ea22290.tar forums-00f7db66f24327b6d115e18d1dad8bf48ea22290.tar.gz forums-00f7db66f24327b6d115e18d1dad8bf48ea22290.tar.bz2 forums-00f7db66f24327b6d115e18d1dad8bf48ea22290.tar.xz forums-00f7db66f24327b6d115e18d1dad8bf48ea22290.zip |
[ticket/10003] Fixed comment referring to db_tools duplication.
PHPBB3-10003
-rw-r--r-- | phpBB/install/database_update.php | 4 |
1 files 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(); |