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

Diff of /contributions/modules/copyright/copyright.install

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

revision 1.4.4.10, Fri Oct 5 15:47:40 2007 UTC revision 1.4.4.11, Sat Aug 9 07:27:48 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: copyright.install,v 1.4.4.9 2007/06/18 06:19:05 robrechtj Exp $  // $Id: copyright.install,v 1.4.4.10 2007/10/05 15:47:40 robrechtj Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 219  function copyright_uninstall() { Line 219  function copyright_uninstall() {
219    variable_del('copyright-default');    variable_del('copyright-default');
220    foreach ((array)node_get_types() as $type => $object) {    foreach ((array)node_get_types() as $type => $object) {
221      variable_del('copyright-enable_'. $type);      variable_del('copyright-enable_'. $type);
222        variable_del('copyright-display_'. $type);
223    }    }
224  }  }
225    

Legend:
Removed from v.1.4.4.10  
changed lines
  Added in v.1.4.4.11

  ViewVC Help
Powered by ViewVC 1.1.2