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

Diff of /contributions/modules/revisioning/revisioning.install

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

revision 1.3, Tue May 26 00:31:50 2009 UTC revision 1.4, Mon Jun 1 01:17:51 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: revisioning.install,v 1.1 2009/03/20 01:32:05 rdeboer Exp $  // $Id: revisioning.install,v 1.3 2009/05/26 00:31:50 rdeboer Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 16  function revisioning_install() { Line 16  function revisioning_install() {
16   * Implementation of hook_uninstall().   * Implementation of hook_uninstall().
17   */   */
18  function revisioning_uninstall() {  function revisioning_uninstall() {
   variable_del('revisioning_auto_publish');  
19    variable_del('revisioning_block_num_pending');    variable_del('revisioning_block_num_pending');
20      variable_del('revisioning_block_order');
21  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.2