/[drupal]/contributions/modules/actions_token_email/actions_token_email.install
ViewVC logotype

Contents of /contributions/modules/actions_token_email/actions_token_email.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Wed May 21 18:54:30 2008 UTC (18 months ago) by millette
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5
File MIME type: text/x-php
Added install file to call actions_synchronize().
1 <?php
2 /**
3 * Implementation of hook_install().
4 */
5 function actions_token_email_install() {
6 actions_synchronize(FALSE, TRUE);
7 }
8
9 /**
10 * Implementation of hook_uninstall().
11 */
12 function actions_token_email_uninstall() {
13 actions_synchronize(FALSE, TRUE);
14 }
15

  ViewVC Help
Powered by ViewVC 1.1.2