summaryrefslogtreecommitdiff
path: root/modules/contact/contact.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/contact/contact.install')
-rw-r--r--modules/contact/contact.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/contact/contact.install b/modules/contact/contact.install
index 42f15272d..1246fd677 100644
--- a/modules/contact/contact.install
+++ b/modules/contact/contact.install
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_schema().
+ * Implements hook_schema().
*/
function contact_schema() {
$schema['contact'] = array(
@@ -67,7 +67,7 @@ function contact_schema() {
}
/**
- * Implement hook_install().
+ * Implements hook_install().
*/
function contact_install() {
// Insert a default contact category.
@@ -82,7 +82,7 @@ function contact_install() {
}
/**
- * Implement hook_uninstall().
+ * Implements hook_uninstall().
*/
function contact_uninstall() {
variable_del('contact_default_status');