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

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

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

revision 1.1.2.21, Sat Sep 5 00:38:34 2009 UTC revision 1.1.2.22, Fri Nov 13 18:14:35 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: xmlsitemap_taxonomy.module,v 1.1.2.20 2009/08/21 14:27:27 earnie Exp $  // $Id: xmlsitemap_taxonomy.module,v 1.1.2.21 2009/09/05 00:38:34 davereid Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 57  function xmlsitemap_taxonomy_form_taxono Line 57  function xmlsitemap_taxonomy_form_taxono
57        '#type' => 'fieldset',        '#type' => 'fieldset',
58        '#title' => t('XML sitemap'),        '#title' => t('XML sitemap'),
59        '#collapsible' => TRUE,        '#collapsible' => TRUE,
60          '#collapsed' => TRUE,
61      );      );
62    }    }
63    $form['xmlsitemap']['xmlsitemap_taxonomy_priority'] = array(    $form['xmlsitemap']['xmlsitemap_taxonomy_priority'] = array(

Legend:
Removed from v.1.1.2.21  
changed lines
  Added in v.1.1.2.22

  ViewVC Help
Powered by ViewVC 1.1.2