/[drupal]/contributions/modules/views/includes/admin.inc
ViewVC logotype

Diff of /contributions/modules/views/includes/admin.inc

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

revision 1.161.2.1 by merlinofchaos, Mon Nov 2 20:09:51 2009 UTC revision 1.161.2.2 by merlinofchaos, Fri Nov 20 21:15:52 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: admin.inc,v 1.161 2009/09/15 16:47:12 merlinofchaos Exp $  // $Id: admin.inc,v 1.161.2.1 2009/11/02 20:09:51 merlinofchaos Exp $
3  /**  /**
4   * @file admin.inc   * @file admin.inc
5   * Provides the Views' administrative interface.   * Provides the Views' administrative interface.
# Line 2029  function views_ui_rearrange_form(&$form_ Line 2029  function views_ui_rearrange_form(&$form_
2029      $form[$id] = array('#tree' => TRUE);      $form[$id] = array('#tree' => TRUE);
2030      $form[$id]['weight'] = array(      $form[$id]['weight'] = array(
2031        '#type' => 'weight',        '#type' => 'weight',
2032        '#delta' => 25,        '#delta' => 200,
2033        '#default_value' => ++$count,        '#default_value' => ++$count,
2034      );      );
2035      $handler = views_get_handler($field['table'], $field['field'], $type);      $handler = views_get_handler($field['table'], $field['field'], $type);

Legend:
Removed from v.1.161.2.1  
changed lines
  Added in v.1.161.2.2

  ViewVC Help
Powered by ViewVC 1.1.3