diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-10-23 17:18:23 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-10-23 17:18:23 +0000 |
commit | f1a087e3768d193c6be1aefcfd60009373f1d387 (patch) | |
tree | 37dd44047b6a0a5605ddd00aa67e925911ce24c0 /modules/book.module | |
parent | c6df88ddf0bc4a70ac0244311827443802906e9d (diff) | |
download | brdo-f1a087e3768d193c6be1aefcfd60009373f1d387.tar.gz brdo-f1a087e3768d193c6be1aefcfd60009373f1d387.tar.bz2 |
- Patch #11879 by Moshe: deprecated the _content hook.
TODO:
+ Update Doxygen hook list (if required).
+ Document this in the developer's upgrade section.
Diffstat (limited to 'modules/book.module')
-rw-r--r-- | modules/book.module | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/book.module b/modules/book.module index 65bec14f6..ec0b20852 100644 --- a/modules/book.module +++ b/modules/book.module @@ -388,9 +388,6 @@ function book_next($node) { } } -/** - * Implementation of hook_content(). - */ function book_content($node, $teaser = FALSE) { $op = $_POST['op']; |