/[drupal]/contributions/modules/xmlsitemap/xmlsitemap_engines/xmlsitemap_engines.install
ViewVC logotype

Diff of /contributions/modules/xmlsitemap/xmlsitemap_engines/xmlsitemap_engines.install

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

revision 1.3.2.6.2.6, Sat May 30 03:59:45 2009 UTC revision 1.3.2.6.2.7, Mon Jun 1 01:57:42 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: xmlsitemap_engines.install,v 1.3.2.6.2.5 2009/05/16 05:42:32 davereid Exp $  // $Id: xmlsitemap_engines.install,v 1.3.2.6.2.6 2009/05/30 03:59:45 davereid Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 19  function xmlsitemap_engines_uninstall() Line 19  function xmlsitemap_engines_uninstall()
19  }  }
20    
21  function xmlsitemap_engines_update_1() {  function xmlsitemap_engines_update_1() {
22    $value = xmlsitemap_engines_var('submit');    variable_set('xmlsitemap_engines_submit', array_filter(variable_get('xmlsitemap_engines_submit', array())));
23    variable_set('xmlsitemap_engines_submit', array_filter($value));    return array();
24    }
25    
26    function xmlsitemap_engines_update_2() {
27      variable_set('xmlsitemap_engines_engines', variable_get('xmlsitemap_engines_submit', array()));
28      variable_del('xmlsitemap_engines_submit');
29    return array();    return array();
30  }  }

Legend:
Removed from v.1.3.2.6.2.6  
changed lines
  Added in v.1.3.2.6.2.7

  ViewVC Help
Powered by ViewVC 1.1.2