summaryrefslogtreecommitdiff
path: root/modules/trigger/trigger.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/trigger/trigger.install')
-rw-r--r--modules/trigger/trigger.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/trigger/trigger.install b/modules/trigger/trigger.install
index d95dfe623..1c4d827b7 100644
--- a/modules/trigger/trigger.install
+++ b/modules/trigger/trigger.install
@@ -7,7 +7,7 @@
*/
/**
- * Implementation of hook_install().
+ * Implement hook_install().
*/
function trigger_install() {
// Create tables.
@@ -18,7 +18,7 @@ function trigger_install() {
}
/**
- * Implementation of hook_uninstall().
+ * Implement hook_uninstall().
*/
function trigger_uninstall() {
// Remove tables.
@@ -26,7 +26,7 @@ function trigger_uninstall() {
}
/**
- * Implementation of hook_schema().
+ * Implement hook_schema().
*/
function trigger_schema() {
$schema['trigger_assignments'] = array(