summaryrefslogtreecommitdiff
path: root/modules/book
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-08-29 19:58:49 +0000
committerDries Buytaert <dries@buytaert.net>2005-08-29 19:58:49 +0000
commit246274eb1643d3d6643cdf85559ab204491d93ac (patch)
tree64dc02525e4ca034f39ca4c90acf6945fade5325 /modules/book
parent75fad91cf544e9b6598fa30574290d6a6e73f033 (diff)
downloadbrdo-246274eb1643d3d6643cdf85559ab204491d93ac.tar.gz
brdo-246274eb1643d3d6643cdf85559ab204491d93ac.tar.bz2
- Renamed _node() to _node_info()! We reserve _node for _nodeapi.
Diffstat (limited to 'modules/book')
-rw-r--r--modules/book/book.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/book/book.module b/modules/book/book.module
index f65af1a58..73c26b100 100644
--- a/modules/book/book.module
+++ b/modules/book/book.module
@@ -7,9 +7,9 @@
*/
/**
- * Implementation of hook_node().
+ * Implementation of hook_node_info().
*/
-function book_node() {
+function book_node_info() {
return array('book' => array('name' => t('book page'), 'base' => 'book'));
}