diff options
Diffstat (limited to 'modules/trigger/trigger.install')
-rw-r--r-- | modules/trigger/trigger.install | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/trigger/trigger.install b/modules/trigger/trigger.install index 95fb4fb2e..d17432615 100644 --- a/modules/trigger/trigger.install +++ b/modules/trigger/trigger.install @@ -7,14 +7,6 @@ */ /** - * Implement hook_install(). - */ -function trigger_install() { - // Do initial synchronization of actions in code and the database. - actions_synchronize(); -} - -/** * Implement hook_schema(). */ function trigger_schema() { @@ -51,6 +43,14 @@ function trigger_schema() { } /** + * Implement hook_install(). + */ +function trigger_install() { + // Do initial synchronization of actions in code and the database. + actions_synchronize(); +} + +/** * Adds operation names to the hook names and drops the "op" field. */ function trigger_update_7000() { |