- Patch #790482 by glipay: update_prepare_d7_bootstrap() docs say it should not modify database, but it does.

merge-requests/26/head
Dries Buytaert 2010-07-17 19:44:06 +00:00
parent b135d644fe
commit 6195d47d15
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ function update_check_incompatibility($name, $type = 'module') {
* the bootstrap to be successful.
*
* No access check has been performed when this function is called, so no
* changes to the database should be made here.
* irreversible changes to the database are made here.
*/
function update_prepare_d7_bootstrap() {
// Allow the bootstrap to proceed even if a Drupal 6 settings.php file is