summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-07-17 19:44:06 +0000
committerDries Buytaert <dries@buytaert.net>2010-07-17 19:44:06 +0000
commit6195d47d15da7ca259b67c95d7d74f9fa2188e4c (patch)
tree7d76ffc6aafeac3cb6658c23f202aaed21b6e0a4 /includes
parentb135d644fe726e763c0a7f75ba47c4eeab4bfb88 (diff)
downloadbrdo-6195d47d15da7ca259b67c95d7d74f9fa2188e4c.tar.gz
brdo-6195d47d15da7ca259b67c95d7d74f9fa2188e4c.tar.bz2
- Patch #790482 by glipay: update_prepare_d7_bootstrap() docs say it should not modify database, but it does.
Diffstat (limited to 'includes')
-rw-r--r--includes/update.inc2
1 files changed, 1 insertions, 1 deletions
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