Index: modules/trigger/trigger.install =================================================================== RCS file: /cvs/drupal/drupal/modules/trigger/trigger.install,v retrieving revision 1.13 diff -u -p -r1.13 trigger.install --- modules/trigger/trigger.install 19 Sep 2009 11:07:36 -0000 1.13 +++ modules/trigger/trigger.install 21 Sep 2009 18:39:09 -0000 @@ -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() {