/[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.12, Wed Dec 31 12:37:41 2008 UTC revision 1.13, Sun Oct 11 05:41:04 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: contact_forms.module,v 1.11 2008/09/25 04:20:15 gpdinoz Exp $  // $Id: contact_forms.module,v 1.12 2008/12/31 12:37:41 gpdinoz Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 97  $form['contact_form_information'] = arra Line 97  $form['contact_form_information'] = arra
97        '#required' => true,        '#required' => true,
98      );      );
99    }    }
100    }
101    /**
102     * Implementation of hook_menu_alter
103     */
104     function contact_forms_menu_alter(&$items) {
105      $items['contact/%'] = $items['contact'];
106  }  }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.2