From 6195d47d15da7ca259b67c95d7d74f9fa2188e4c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 17 Jul 2010 19:44:06 +0000 Subject: - Patch #790482 by glipay: update_prepare_d7_bootstrap() docs say it should not modify database, but it does. --- includes/update.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/update.inc b/includes/update.inc index 81e07ff8a..698152c81 100644 --- a/includes/update.inc +++ b/includes/update.inc @@ -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 -- cgit v1.2.3