diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/book.module | 5 | ||||
-rw-r--r-- | modules/book/book.module | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/modules/book.module b/modules/book.module index b84c0df99..fe21ba011 100644 --- a/modules/book.module +++ b/modules/book.module @@ -161,11 +161,6 @@ function book_load($node) { } } - // We set the revision field to indicate that we have to create - // a new revision when updating this book page. We enable this - // always such that the "edit this page" links appear. - $book->revision = 1; - return $book; } diff --git a/modules/book/book.module b/modules/book/book.module index b84c0df99..fe21ba011 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -161,11 +161,6 @@ function book_load($node) { } } - // We set the revision field to indicate that we have to create - // a new revision when updating this book page. We enable this - // always such that the "edit this page" links appear. - $book->revision = 1; - return $book; } |