mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/10003] Fixed comment referring to db_tools duplication.
PHPBB3-10003
This commit is contained in:
parent
fd728c2815
commit
00f7db66f2
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue