/[drupal]/contributions/modules/ad/channel/ad_channel.module
ViewVC logotype

Diff of /contributions/modules/ad/channel/ad_channel.module

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

revision 1.1.4.3, Sat Feb 28 05:35:13 2009 UTC revision 1.1.4.4, Sun Mar 1 00:00:06 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: ad_channel.module,v 1.1.4.2 2009/02/27 22:13:10 jeremy Exp $  // $Id: ad_channel.module,v 1.1.4.3 2009/02/28 05:35:13 jeremy Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 144  function ad_channel_form_alter(&$form, & Line 144  function ad_channel_form_alter(&$form, &
144          '#collapsible' => TRUE,          '#collapsible' => TRUE,
145          '#collapsed' => FALSE,          '#collapsed' => FALSE,
146        );        );
147        $form['channel']['#weight'] = -3;        $form['channel']['#weight'] = -2;
148        $form['channel']['#tree'] = TRUE;        $form['channel']['#tree'] = TRUE;
149      }      }
150      $form['priority'] = array(      $form['priority'] = array(

Legend:
Removed from v.1.1.4.3  
changed lines
  Added in v.1.1.4.4

  ViewVC Help
Powered by ViewVC 1.1.2