diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-09-07 21:55:23 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-09-07 21:55:23 +0000 |
commit | e1d7609710db3bd984ab8c8b1e78469e07f4f135 (patch) | |
tree | 1820649afdd3a132bfdc05d8f5f65009589ce23b | |
parent | 27f055b5cd7e545acd3460d67209b769e389ff18 (diff) | |
download | brdo-e1d7609710db3bd984ab8c8b1e78469e07f4f135.tar.gz brdo-e1d7609710db3bd984ab8c8b1e78469e07f4f135.tar.bz2 |
- Patch #6464 by TDobes: don't enforce book revision -- rely on the default setting.
-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; } |