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

Diff of /contributions/modules/unfuddle_api/unfuddle_api.install

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

revision 1.2.2.1 by lynn, Sun Nov 8 20:42:33 2009 UTC revision 1.2.2.2 by lynn, Mon Nov 23 22:36:10 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: unfuddle_api.install,v 1.2 2009/07/27 23:37:02 coltrane Exp $  // $Id: unfuddle_api.install,v 1.2.2.1 2009/11/08 20:42:33 lynn Exp $
3    
4  /**  /**
5   * @file Installation file for Unfuddle API.   * @file Installation file for Unfuddle API.
6   */   */
7    
8  /**  /**
9   * Implementation of hook_uninstall().   * Implement hook_uninstall().
10   */   */
11  function unfuddle_api_uninstall() {  function unfuddle_api_uninstall() {
   // Remove the variables set by the module.  
   
12    variable_del("unfuddle_api_user");    variable_del("unfuddle_api_user");
13    variable_del("unfuddle_api_pass");    variable_del("unfuddle_api_pass");
14    variable_del("unfuddle_api_url");    variable_del("unfuddle_api_url");

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

  ViewVC Help
Powered by ViewVC 1.1.3