/[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.2.5, Fri Nov 28 19:10:17 2008 UTC revision 1.2.2.6, Wed Jan 14 02:34:41 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: stumble.install,v 1.2.2.4 2008/10/23 05:19:37 davereid Exp $  // $Id: stumble.install,v 1.2.2.5 2008/11/28 19:10:17 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.2.5  
changed lines
  Added in v.1.2.2.6

  ViewVC Help
Powered by ViewVC 1.1.2