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

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

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

revision 1.1.4.32, Sun Mar 1 03:19:31 2009 UTC revision 1.1.4.33, Sun Mar 1 04:42:47 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: xmlsitemap_file.module,v 1.1.4.31 2009/03/01 01:57:56 kiam Exp $  // $Id: xmlsitemap_file.module,v 1.1.4.32 2009/03/01 03:19:31 kiam Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 57  function xmlsitemap_file_xmlsitemap_link Line 57  function xmlsitemap_file_xmlsitemap_link
57          $row->id = $file->fid;          $row->id = $file->fid;
58          $row->sid = $file->id;          $row->sid = $file->id;
59          $row->changed = $file->timestamp;          $row->changed = $file->timestamp;
60          $row->changefreq = time() - $file->timestamp;          $row->changefreq = XMLSITEMAP_TIME - $file->timestamp;
61          if ($file->priority == -1.0) {          if ($file->priority == -1.0) {
62            $row->priority = -1.0;            $row->priority = -1.0;
63          }          }

Legend:
Removed from v.1.1.4.32  
changed lines
  Added in v.1.1.4.33

  ViewVC Help
Powered by ViewVC 1.1.2