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
8806f4c5
Commit
8806f4c5
authored
Oct 23, 2003
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Bugfix: fixed problem with book outlines. Reported by Mark Cheverton.
parent
162432a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/book.module
modules/book.module
+1
-1
modules/book/book.module
modules/book/book.module
+1
-1
No files found.
modules/book.module
View file @
8806f4c5
...
...
@@ -72,7 +72,7 @@ function book_link($type, $node = 0, $main = 0) {
if
(
$type
==
"system"
)
{
if
(
user_access
(
"maintain books"
))
{
menu
(
"node/add/book"
,
t
(
"book page"
),
"book_page"
,
0
);
menu
(
"admin/node/book"
,
t
(
"books"
),
NULL
,
4
);
menu
(
"admin/node/book"
,
t
(
"books"
),
"book_admin"
,
4
);
menu
(
"admin/node/book/orphan"
,
t
(
"orphan pages"
),
"book_admin_orphan"
,
8
);
menu
(
"admin/node/book/help"
,
t
(
"help"
),
"book_help"
,
9
);
...
...
modules/book/book.module
View file @
8806f4c5
...
...
@@ -72,7 +72,7 @@ function book_link($type, $node = 0, $main = 0) {
if
(
$type
==
"system"
)
{
if
(
user_access
(
"maintain books"
))
{
menu
(
"node/add/book"
,
t
(
"book page"
),
"book_page"
,
0
);
menu
(
"admin/node/book"
,
t
(
"books"
),
NULL
,
4
);
menu
(
"admin/node/book"
,
t
(
"books"
),
"book_admin"
,
4
);
menu
(
"admin/node/book/orphan"
,
t
(
"orphan pages"
),
"book_admin_orphan"
,
8
);
menu
(
"admin/node/book/help"
,
t
(
"help"
),
"book_help"
,
9
);
...
...
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