summaryrefslogtreecommitdiff
path: root/modules/trigger
diff options
context:
space:
mode:
Diffstat (limited to 'modules/trigger')
-rw-r--r--modules/trigger/trigger.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/trigger/trigger.install b/modules/trigger/trigger.install
index 631efd18b..2e014d071 100644
--- a/modules/trigger/trigger.install
+++ b/modules/trigger/trigger.install
@@ -10,22 +10,11 @@
* Implement hook_install().
*/
function trigger_install() {
- // Create tables.
- drupal_install_schema('trigger');
-
// Do initial synchronization of actions in code and the database.
actions_synchronize();
}
/**
- * Implement hook_uninstall().
- */
-function trigger_uninstall() {
- // Remove tables.
- drupal_uninstall_schema('trigger');
-}
-
-/**
* Implement hook_schema().
*/
function trigger_schema() {