/[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.15, Sat Oct 24 01:52:22 2009 UTC revision 1.16, Mon Nov 9 06:48:40 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: contact_forms.module,v 1.14 2009/10/23 11:40:59 gpdinoz Exp $  // $Id: contact_forms.module,v 1.15 2009/10/24 01:52:22 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    
75    }    }
76    
77    // Alter contact settings form    // Alter contact settings form
# Line 135  function contact_forms_schema_alter(&$sc Line 135  function contact_forms_schema_alter(&$sc
135    // Add field to existing schema.    // Add field to existing schema.
136    $schema['contact']['fields']['page_info'] = array(    $schema['contact']['fields']['page_info'] = array(
137      'type' => 'text',      'type' => 'text',
138          'not null' => FALSE,            'not null' => FALSE,
139      'size' => 'big',      'size' => 'big',
140      'description' => 'Category Page Information Displayed on the individual category pages',      'description' => 'Category Page Information Displayed on the individual category pages',
141    );    );

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

  ViewVC Help
Powered by ViewVC 1.1.2