summaryrefslogtreecommitdiff
path: root/modules/book/book.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/book/book.install')
-rw-r--r--modules/book/book.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/book/book.install b/modules/book/book.install
index e93518e24..ae324191b 100644
--- a/modules/book/book.install
+++ b/modules/book/book.install
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_install().
+ * Implements hook_install().
*/
function book_install() {
// Add the node type.
@@ -15,7 +15,7 @@ function book_install() {
}
/**
- * Implement hook_uninstall().
+ * Implements hook_uninstall().
*/
function book_uninstall() {
// Delete menu links.
@@ -45,7 +45,7 @@ function _book_install_type_create() {
}
/**
- * Implement hook_schema().
+ * Implements hook_schema().
*/
function book_schema() {
$schema['book'] = array(