Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
e9c11ad7
Commit
e9c11ad7
authored
May 30, 2007
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#147873
rollback.
parent
86e09fa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
includes/menu.inc
includes/menu.inc
+1
-1
No files found.
includes/menu.inc
View file @
e9c11ad7
...
...
@@ -925,7 +925,7 @@ function menu_local_tasks($level = 0) {
return
array
();
}
// Get all tabs
$result
=
db_query
(
"SELECT * FROM
{
menu_router
}
WHERE tab_root = '%s' AND tab_parent
IS NOT NULL
ORDER BY weight, title"
,
$router_item
[
'tab_root'
]);
$result
=
db_query
(
"SELECT * FROM
{
menu_router
}
WHERE tab_root = '%s' AND tab_parent
!= ''
ORDER BY weight, title"
,
$router_item
[
'tab_root'
]);
$map
=
arg
();
$children
=
array
();
$tab_parent
=
array
();
...
...
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