From f1a087e3768d193c6be1aefcfd60009373f1d387 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 23 Oct 2004 17:18:23 +0000 Subject: - Patch #11879 by Moshe: deprecated the _content hook. TODO: + Update Doxygen hook list (if required). + Document this in the developer's upgrade section. --- modules/book.module | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/book.module') 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']; -- cgit v1.2.3