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.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/trigger/trigger.install b/modules/trigger/trigger.install
index d17432615..e34c66c27 100644
--- a/modules/trigger/trigger.install
+++ b/modules/trigger/trigger.install
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_schema().
+ * Implements hook_schema().
*/
function trigger_schema() {
$schema['trigger_assignments'] = array(
@@ -43,7 +43,7 @@ function trigger_schema() {
}
/**
- * Implement hook_install().
+ * Implements hook_install().
*/
function trigger_install() {
// Do initial synchronization of actions in code and the database.