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

Diff of /contributions/modules/taxonomy_ticker/taxonomy_ticker.module

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

revision 1.19, Mon Jan 7 16:19:20 2008 UTC revision 1.20, Mon Jan 7 16:26:14 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: taxonomy_ticker.module,v 1.18 2007/05/05 14:53:06 mathieu Exp $  // $Id: taxonomy_ticker.module,v 1.19 2008/01/07 16:19:20 yrocq Exp $
3    
4    
5  /**  /**
# Line 118  function taxonomy_ticker_admin_settings( Line 118  function taxonomy_ticker_admin_settings(
118    $form['taxonomy_ticker_tid'] = array(    $form['taxonomy_ticker_tid'] = array(
119      '#type' => 'select',      '#type' => 'select',
120      '#title' => t('Terms'),      '#title' => t('Terms'),
121      '#default_value' => variable_get('taxonomy_ticker_tid', 1),      '#default_value' => variable_get('taxonomy_ticker_tid', array()),
122      '#options' => taxonomy_form_all(),      '#options' => taxonomy_form_all(),
123      '#description' => t('Take nodes associated to the selected terms.'),      '#description' => t('Take nodes associated to the selected terms.'),
124      '#extra' => 0,      '#extra' => 0,

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

  ViewVC Help
Powered by ViewVC 1.1.2