diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 161840cffcf29a223a9e4aec02093cca6877775d..9434dd28af1b05a60c8c13114e09d58a97e13ee6 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -71,7 +71,7 @@ * password, host, and database name. * * Some database engines support transactions. In order to enable - * transaction support for a given database, set the 'transactions' key + * transaction support for a given database, set the 'transaction' key * to TRUE. To disable it, set it to FALSE. Note that the default value * varies by driver. For MySQL, the default is FALSE since MyISAM tables * do not support transactions. @@ -156,12 +156,11 @@ /** * Access control for update.php script * - * If you are updating your Drupal installation using the update.php script but - * are not logged in using the site maintenance account (the account that was - * created during installation), you will need to modify the access check - * statement below. Change the FALSE to a TRUE to disable the access check. - * After finishing the upgrade, be sure to open this file again and change the - * TRUE back to a FALSE! + * If you are updating your Drupal installation using the update.php script + * being not logged in as administrator, you will need to modify the access + * check statement below. Change the FALSE to a TRUE to disable the access + * check. After finishing the upgrade, be sure to open this file again + * and change the TRUE back to a FALSE! */ $update_free_access = FALSE;