/[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, Fri Feb 23 20:20:50 2007 UTC revision 1.1.2.1, Fri Feb 23 20:20:50 2007 UTC
# Line 0  Line 1 
1    <?php
2    // $Id: comment_info.install,v 1.0 2007/01/14 23:20:23 mfer Exp $
3    /**
4    * Implementation of hook_uninstall().
5    */
6    function comment_info_uninstall() {
7      variable_del('comment_info_setting');
8    }
9    ?>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2