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

Diff of /contributions/modules/iedestroyer/iedestroyer.install

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

revision 1.1.2.1, Sun Jul 27 19:52:08 2008 UTC revision 1.1.2.2, Sun Jul 27 20:03:53 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2    /**
3     * Implementation of hook_install()
4     */
5    function iedestroyer_install() {
6      drupal_set_message(st('IE Destroyer has been installed. Please proceed to <a href="!settings">the settings page</a> and <a href="!permissions">set up the permissions</a> to get started.', array('!settings' => url('admin/settings/iedestroyer'), '!permissions' => url('/admin/user/access', NULL, 'module-iedestroyer'))));
7    }
8    
9  /**  /**
10   * Implementation of hook_uninstall()   * Implementation of hook_uninstall()

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2