Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
99ccb2e5
Commit
99ccb2e5
authored
Oct 02, 2010
by
webchick
Browse files
#864464
follow-up: Fix minor indentation issues.
parent
bc41e405
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/update.inc
View file @
99ccb2e5
...
...
@@ -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.'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment