/[drupal]/contributions/modules/xmlsitemap/xmlsitemap_user/xmlsitemap_user.module
ViewVC logotype

Diff of /contributions/modules/xmlsitemap/xmlsitemap_user/xmlsitemap_user.module

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

revision 1.12.2.15, Sat Dec 27 15:09:20 2008 UTC revision 1.12.2.16, Thu Jan 1 16:06:27 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: xmlsitemap_user.module,v 1.12.2.14 2008/12/27 14:30:57 kiam Exp $  // $Id: xmlsitemap_user.module,v 1.12.2.15 2008/12/27 15:09:20 kiam Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 166  function xmlsitemap_user_user($op, &$edi Line 166  function xmlsitemap_user_user($op, &$edi
166  }  }
167    
168  /**  /**
169     * Implementation of hook_xmlsitemap_database_batch_operation().
170     */
171    function xmlsitemap_user_xmlsitemap_database_batch_operation() {
172      return array(
173        'file' => 'xmlsitemap_user.batch.inc',
174        'add function' => 'xmlsitemap_user_update_database',
175      );
176    }
177    
178    /**
179   * Implementation of hook_xmlsitemap_links().   * Implementation of hook_xmlsitemap_links().
180   */   */
181  function xmlsitemap_user_xmlsitemap_links() {  function xmlsitemap_user_xmlsitemap_links() {

Legend:
Removed from v.1.12.2.15  
changed lines
  Added in v.1.12.2.16

  ViewVC Help
Powered by ViewVC 1.1.2