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

Diff of /contributions/modules/contact_forms/contact_forms.module

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

revision 1.14, Fri Oct 23 11:40:59 2009 UTC revision 1.15, Sat Oct 24 01:52:22 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: contact_forms.module,v 1.13 2009/10/11 05:41:04 gpdinoz Exp $  // $Id: contact_forms.module,v 1.14 2009/10/23 11:40:59 gpdinoz Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 71  function contact_forms_form_alter(&$form Line 71  function contact_forms_form_alter(&$form
71      //Set the weight of the category name so It appears above our inserted info area      //Set the weight of the category name so It appears above our inserted info area
72      $form['category']['#weight']='-1';      $form['category']['#weight']='-1';
73    
74      $form['selected'] = array(  
       '#type' => 'hidden',  
       '#value' => 0,  
     );  
75    }    }
76    
77    // Alter contact settings form    // Alter contact settings form

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.2