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

Diff of /contributions/modules/valuelist/valuelist.install

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

revision 1.2, Tue Feb 26 15:39:56 2008 UTC revision 1.3, Thu Feb 28 14:11:02 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id$  //$Id: valuelist.install,v 1.2 2008/02/26 15:39:56 usonian Exp $
3    
4  /**  /**
5   * Implementation of hook_uninstall().   * Implementation of hook_uninstall().
# Line 11  function valuelist_uninstall() { Line 11  function valuelist_uninstall() {
11    while ($row = db_fetch_array($results)) {    while ($row = db_fetch_array($results)) {
12      variable_del($row['name']);      variable_del($row['name']);
13    }    }
 }  
 ?>  
14    }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2