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

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

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

revision 1.20.2.45.2.114, Sun Nov 1 19:00:35 2009 UTC revision 1.20.2.45.2.115, Thu Nov 5 03:24:24 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: xmlsitemap.module,v 1.20.2.45.2.113 2009/11/01 16:11:34 davereid Exp $  // $Id: xmlsitemap.module,v 1.20.2.45.2.114 2009/11/01 19:00:35 davereid Exp $
3    
4  /**  /**
5   * @defgroup xmlsitemap XML sitemap: create sitemaps.org sitemaps.   * @defgroup xmlsitemap XML sitemap: create sitemaps.org sitemaps.
# Line 62  function xmlsitemap_help($path, $arg) { Line 62  function xmlsitemap_help($path, $arg) {
62      $checked = TRUE;      $checked = TRUE;
63      module_load_install('xmlsitemap');      module_load_install('xmlsitemap');
64      if (xmlsitemap_check_status() && user_access('administer site configuration')) {      if (xmlsitemap_check_status() && user_access('administer site configuration')) {
65        drupal_set_message($t('One or more problems were detected with your XML sitemap configuration. Please check the <a href="@status-report">status report</a> for more information.', array('@status-report' => url('admin/reports/status'))), 'error', FALSE);        drupal_set_message(t('One or more problems were detected with your XML sitemap configuration. Please check the <a href="@status-report">status report</a> for more information.', array('@status-report' => url('admin/reports/status'))), 'error', FALSE);
66      }      }
67      module_load_include('inc', 'xmlsitemap');      module_load_include('inc', 'xmlsitemap');
68      if ($blurb = _xmlsitemap_get_blurb()) {      if ($blurb = _xmlsitemap_get_blurb()) {

Legend:
Removed from v.1.20.2.45.2.114  
changed lines
  Added in v.1.20.2.45.2.115

  ViewVC Help
Powered by ViewVC 1.1.2