diff --git a/modules/book.module b/modules/book.module index 2763fb20633d..7cf8b99b3aa3 100644 --- a/modules/book.module +++ b/modules/book.module @@ -643,7 +643,7 @@ function book_page() { theme("footer"); break; case "print": - return book_print(arg(2), $depth = 1); + print book_print(arg(2), $depth = 1); break; default: book_render(); diff --git a/modules/book/book.module b/modules/book/book.module index 2763fb20633d..7cf8b99b3aa3 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -643,7 +643,7 @@ function book_page() { theme("footer"); break; case "print": - return book_print(arg(2), $depth = 1); + print book_print(arg(2), $depth = 1); break; default: book_render();