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

Diff of /contributions/modules/stumble/stumble.install

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

revision 1.2.4.1, Thu Oct 23 05:39:24 2008 UTC revision 1.2.4.2, Wed Oct 28 00:13:09 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: stumble.install,v 1.2 2008/03/04 23:37:22 davereid Exp $  // $Id: stumble.install,v 1.2.4.1 2008/10/23 05:39:24 davereid Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 10  Line 10 
10   * Implementation of hook_uninstall().   * Implementation of hook_uninstall().
11   */   */
12  function stumble_uninstall() {  function stumble_uninstall() {
13      // Remove module variables.
14      drupal_load('module', 'stumble');
15    $variables = array_keys(stumble_variables());    $variables = array_keys(stumble_variables());
16    foreach ($variables as $variable) {    foreach ($variables as $variable) {
17      variable_del($variable);      variable_del($variable);

Legend:
Removed from v.1.2.4.1  
changed lines
  Added in v.1.2.4.2

  ViewVC Help
Powered by ViewVC 1.1.2