Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
search_config
Commits
ba6b2667
Commit
ba6b2667
authored
Oct 18, 2010
by
Joseph Yanick
Browse files
cleanup: renamed variable and fixed error in .info file
parent
2c3eb0d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
search_config.info
View file @
ba6b2667
...
...
@@ -3,5 +3,5 @@ name = Search config
description
=
Configure
display
of
the
advanced
search
form
dependencies
[]
=
search
files
[]
=
search_config
.
module
p
roject
= Search
p
ackage
=
Search
core
=
7.
x
search_config.module
View file @
ba6b2667
...
...
@@ -323,8 +323,8 @@ function search_config_query_alter(QueryAlterableInterface $query) {
}
// Double check to ensure that the i and n aliases are pointing to
// the search index and node table.
foreach
(
$intersection
as
$alias
=>
$
info
)
{
if
(
$tables
[
$alias
][
'table'
]
!=
$
info
)
{
foreach
(
$intersection
as
$alias
=>
$
table
)
{
if
(
$tables
[
$alias
][
'table'
]
!=
$
table
)
{
return
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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