/[drupal]/contributions/modules/taxonomy_manager/taxonomy_manager.admin.inc
ViewVC logotype

Diff of /contributions/modules/taxonomy_manager/taxonomy_manager.admin.inc

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

revision 1.1.2.17.2.24, Wed Aug 19 12:22:26 2009 UTC revision 1.1.2.17.2.25, Sat Sep 5 10:09:41 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: taxonomy_manager.admin.inc,v 1.1.2.17.2.23 2009/08/11 07:41:11 mh86 Exp $  // $Id: taxonomy_manager.admin.inc,v 1.1.2.17.2.24 2009/08/19 12:22:26 mh86 Exp $
3    
4  /**  /**
5   *   *
# Line 1541  function taxonomy_manager_settings() { Line 1541  function taxonomy_manager_settings() {
1541    $form['taxonomy_manager_disable_merge_redirect'] = array(    $form['taxonomy_manager_disable_merge_redirect'] = array(
1542      '#type' => 'checkbox',      '#type' => 'checkbox',
1543      '#title' => t('Disable redirect of the taxonomy term page to merged terms '),      '#title' => t('Disable redirect of the taxonomy term page to merged terms '),
1544      '#default_value' => variable_get('taxonomy_manager_disable_merge_redirect', 0),      '#default_value' => variable_get('taxonomy_manager_disable_merge_redirect', TRUE),
1545      '#description' => t('When using the merging feature, the selected terms get merged into one term. All selected terms will be deleted afterwards. Normally the Taxonomy Manager redirects calls to taxonomy/term/$tid of the deleted terms (through merging) to the resulting merged term. This feature might conflict with other modules (e.g. Taxonomy Breadcrumb, Panels), which implement hook_menu_alter to change the taxonomy_manager_term_page callback. Disable this feature if it conflicts with other modules or if you do not need it. Changing this setting requires a (menu) cache flush to become active.'),      '#description' => t('When using the merging feature, the selected terms get merged into one term. All selected terms will be deleted afterwards. Normally the Taxonomy Manager redirects calls to taxonomy/term/$tid of the deleted terms (through merging) to the resulting merged term. This feature might conflict with other modules (e.g. Taxonomy Breadcrumb, Panels), which implement hook_menu_alter to change the taxonomy_manager_term_page callback. Disable this feature if it conflicts with other modules or if you do not need it. Changing this setting requires a (menu) cache flush to become active.'),
1546    );    );
1547    $form['taxonomy_manager_pager_tree_page_size'] = array(    $form['taxonomy_manager_pager_tree_page_size'] = array(

Legend:
Removed from v.1.1.2.17.2.24  
changed lines
  Added in v.1.1.2.17.2.25

  ViewVC Help
Powered by ViewVC 1.1.2