- Bugfix: made printer-friendly pages work. They were rendered but never

printed.
4.3.x
Dries Buytaert 2003-10-02 17:58:47 +00:00
parent 51976ac134
commit a4c84bbe3d
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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();