From 93e6513ebc92c43032c3cc61bf04958f6d1e817e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 16 Sep 2003 10:38:34 +0000 Subject: - Fixed typo. Patch by Nick. --- modules/book.module | 4 ++-- modules/book/book.module | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/book.module b/modules/book.module index 450fde7a9..86e904405 100644 --- a/modules/book.module +++ b/modules/book.module @@ -106,7 +106,7 @@ function book_load($node) { ** If a user is about to update a book page, we overload some ** fields to reflect the changes. We use the request URI to ** dectect this as we don't want to interfer with updating a - ** book page through the admin pages. See also: book_save(). + ** book page through the admin pages. */ if ($user->uid) { @@ -622,7 +622,7 @@ function book_page() { if (user_access("access content")) { switch (arg(1)) { case "view": - $node = node_load(array("nid" => arg(2)), 1); + $node = node_load(array("nid" => arg(2))); theme("header"); book_show($node, arg(3)); theme("footer"); diff --git a/modules/book/book.module b/modules/book/book.module index 450fde7a9..86e904405 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -106,7 +106,7 @@ function book_load($node) { ** If a user is about to update a book page, we overload some ** fields to reflect the changes. We use the request URI to ** dectect this as we don't want to interfer with updating a - ** book page through the admin pages. See also: book_save(). + ** book page through the admin pages. */ if ($user->uid) { @@ -622,7 +622,7 @@ function book_page() { if (user_access("access content")) { switch (arg(1)) { case "view": - $node = node_load(array("nid" => arg(2)), 1); + $node = node_load(array("nid" => arg(2))); theme("header"); book_show($node, arg(3)); theme("footer"); -- cgit v1.2.3