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

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

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

revision 1.5.2.37, Sat Dec 27 09:47:38 2008 UTC revision 1.5.2.38, Thu Jan 1 16:06:27 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: xmlsitemap.install,v 1.5.2.36 2008/12/25 10:04:56 kiam Exp $  // $Id: xmlsitemap.install,v 1.5.2.37 2008/12/27 09:47:38 kiam Exp $
3    
4  /*****************************************************************************  /*****************************************************************************
5   * Drupal hooks.   * Drupal hooks.
# Line 291  function xmlsitemap_update_6111() { Line 291  function xmlsitemap_update_6111() {
291  function xmlsitemap_update_6112() {  function xmlsitemap_update_6112() {
292    return array();    return array();
293  }  }
294    
295  /**  /**
296   * Implementation of hook_update_N().   * Implementation of hook_update_N().
297   */   */
298  function xmlsitemap_update_6113() {  function xmlsitemap_update_6113() {
299      return array();
300    }
301    
302    /**
303     * Implementation of hook_update_N().
304     */
305    function xmlsitemap_update_6114() {
306    return xmlsitemap_update_6000();    return xmlsitemap_update_6000();
307  }  }
308    

Legend:
Removed from v.1.5.2.37  
changed lines
  Added in v.1.5.2.38

  ViewVC Help
Powered by ViewVC 1.1.2