diff options
Diffstat (limited to 'modules/book/book.install')
-rw-r--r-- | modules/book/book.install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/book/book.install b/modules/book/book.install index e92aca6e4..899ee8147 100644 --- a/modules/book/book.install +++ b/modules/book/book.install @@ -28,6 +28,9 @@ function book_uninstall() { menu_cache_clear_all(); } +/** + * Creates the book content type. + */ function _book_install_type_create() { // Create an additional node type. $book_node_type = array( |