summaryrefslogtreecommitdiff
path: root/modules/forum/forum.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/forum/forum.install')
-rw-r--r--modules/forum/forum.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/forum/forum.install b/modules/forum/forum.install
index a11795ea1..ae0ee3e50 100644
--- a/modules/forum/forum.install
+++ b/modules/forum/forum.install
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_install().
+ * Implements hook_install().
*/
function forum_install() {
// Set the weight of the forum.module to 1 so it is loaded after the taxonomy.module.
@@ -57,7 +57,7 @@ function forum_enable() {
}
/**
- * Implement hook_uninstall().
+ * Implements hook_uninstall().
*/
function forum_uninstall() {
// Load the dependent Taxonomy module, in case it has been disabled.
@@ -78,7 +78,7 @@ function forum_uninstall() {
}
/**
- * Implement hook_schema().
+ * Implements hook_schema().
*/
function forum_schema() {
$schema['forum'] = array(