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
b938b575
Commit
b938b575
authored
Oct 29, 2012
by
catch
Browse files
Issue
#892344
by LaurentAjdnik, pcambra: Fixed Wrong schema description for {cache_field()}.
parent
17288d55
Changes
1
Show whitespace changes
Inline
Side-by-side
core/modules/field/field.install
View file @
b938b575
...
...
@@ -162,6 +162,7 @@ function field_schema() {
),
);
$schema
[
'cache_field'
]
=
drupal_get_schema_unprocessed
(
'system'
,
'cache'
);
$schema
[
'cache_field'
][
'description'
]
=
'Cache table for the Field module to store already built field informations.'
;
return
$schema
;
}
...
...
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