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

Diff of /contributions/modules/weight/weight.module

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

revision 1.23.2.4, Tue Jan 27 16:44:38 2009 UTC revision 1.23.2.5, Fri Jan 30 02:22:14 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: weight.module,v 1.23.2.3 2009/01/26 17:09:18 nancyw Exp $  // $Id: weight.module,v 1.23.2.4 2009/01/27 16:44:38 nancyw Exp $
3  /**  /**
4   * @file   * @file
5   * This module uses the sticky column of the node table   * This module uses the sticky column of the node table
# Line 178  function weight_settings_form() { Line 178  function weight_settings_form() {
178      '#type' => 'select',      '#type' => 'select',
179      '#title' => t('Node Weight Range'),      '#title' => t('Node Weight Range'),
180      '#default_value' => variable_get('weight_range', 20),      '#default_value' => variable_get('weight_range', 20),
181      '#options' => array(5 => 5, 10 => 10, 20 => 20, 30 => 30, 40 => 40, 50 => 50, 60 => 60, 70=> 70, 80 => 80, 90 => 90, 99 => 99),      '#options' => array(5 => 5, 10 => 10, 20 => 20, 30 => 30, 40 => 40, 50 => 50, 60 => 60, 70=> 70, 80 => 80, 90 => 90),
182      '#description' => '<p>'. t('This will be the +/- range for node weight.') .'</p>',      '#description' => '<p>'. t('This will be the +/- range for node weight.') .'</p>',
183      );      );
184    

Legend:
Removed from v.1.23.2.4  
changed lines
  Added in v.1.23.2.5

  ViewVC Help
Powered by ViewVC 1.1.2