#864464 follow-up: Fix minor indentation issues.

merge-requests/26/head
Angie Byron 2010-10-02 02:59:55 +00:00
parent bc41e4054b
commit 99ccb2e572
1 changed files with 3 additions and 3 deletions

View File

@ -163,9 +163,9 @@ function update_prepare_d7_bootstrap() {
db_create_table('registry_file', $schema['registry_file']);
}
// Older versions of Drupal 6 do not include the semaphore table, which is
// required to bootstrap, so we add it now so that we can bootstrap and provide
// a reasonable error message.
// Older versions of Drupal 6 do not include the semaphore table, which is
// required to bootstrap, so we add it now so that we can bootstrap and
// provide a reasonable error message.
if (!db_table_exists('semaphore')) {
$semaphore = array(
'description' => 'Table for holding semaphores, locks, flags, etc. that cannot be stored as Drupal variables since they must not be cached.',