/[drupal]/contributions/modules/logging_alerts/emaillog/emaillog.install
ViewVC logotype

Diff of /contributions/modules/logging_alerts/emaillog/emaillog.install

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

revision 1.1, Thu Jul 23 14:55:30 2009 UTC revision 1.1.2.1, Thu Jul 23 14:55:30 2009 UTC
# Line 0  Line 1 
1    <?php
2    // $Id$
3    
4    /**
5     * Implementation of hook_uninstall().
6     */
7    function emaillog_uninstall() {
8      $severities = array_keys(watchdog_severity_levels());
9      foreach ($severities as $severity) {
10        variable_del('emaillog_' . $severity);
11      }
12    }

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

  ViewVC Help
Powered by ViewVC 1.1.2