Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
page_title
Commits
13de7e83
Commit
13de7e83
authored
Jun 28, 2011
by
Nicholas Thompson
Browse files
Fixing minor Coder Review typo
parent
2356ba1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
page_title.install
View file @
13de7e83
...
...
@@ -67,7 +67,7 @@ function page_title_update_6200() {
function
page_title_update_7200
()
{
$ret
=
array
();
foreach
(
taxonomy_get_vocabularies
()
as
$vocab
)
{
foreach
(
taxonomy_get_vocabularies
()
as
$vocab
)
{
$page_title_vocab_settings
=
variable_get
(
"page_title_vocab_
{
$vocab
->
vid
}
"
,
FALSE
);
$page_title_vocab_showfield
=
variable_get
(
"page_title_vocab_
{
$vocab
->
vid
}
_showfield"
,
FALSE
);
...
...
Write
Preview
Supports
Markdown
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