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

Diff of /contributions/modules/comment_info/comment_info.install

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

revision 1.1.2.2, Tue Oct 9 01:08:15 2007 UTC revision 1.1.2.3, Tue Oct 16 00:24:45 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: comment_info.install,v 1.1.2.1 2007/02/23 20:20:50 mfer Exp $  // $Id: comment_info.install,v 1.1.2.2 2007/10/09 01:08:15 mfer Exp $
3  /**  /**
4  * Implementation of hook_uninstall().  * Implementation of hook_uninstall().
5  */  */
 function comment_info_uninstall() {  
   variable_del('comment_info_setting');  
 }  
6    
7  function comment_info_update_1() {  function comment_info_update_1() {
8    variable_del('comment_info_setting');    variable_del('comment_info_setting');
9      return array();
10  }  }

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

  ViewVC Help
Powered by ViewVC 1.1.2