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

Diff of /contributions/modules/globalredirect/globalredirect.install

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

revision 1.1.4.3, Mon Dec 22 09:36:09 2008 UTC revision 1.1.4.4, Mon Dec 22 10:34:32 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: globalredirect.install,v 1.1.4.2 2008/12/22 09:00:54 njt1982 Exp $  // $Id: globalredirect.install,v 1.1.4.3 2008/12/22 09:36:09 njt1982 Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 10  function globalredirect_uninstall() { Line 10  function globalredirect_uninstall() {
10    variable_del('globalredirect_deslash');    variable_del('globalredirect_deslash');
11    variable_del('globalredirect_trailingzero');    variable_del('globalredirect_trailingzero');
12    variable_del('globalredirect_nonclean2clean');    variable_del('globalredirect_nonclean2clean');
13      variable_del('globalredirect_case_sensitive_urls');
14  }  }
15    
16    

Legend:
Removed from v.1.1.4.3  
changed lines
  Added in v.1.1.4.4

  ViewVC Help
Powered by ViewVC 1.1.2