/[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.1.2.3, Thu Sep 25 08:59:24 2008 UTC revision 1.1.2.4, Wed Dec 31 12:50:35 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: contact_forms.module,v 1.1.2.2 2008/01/13 06:15:13 gpdinoz Exp $  // $Id: contact_forms.module,v 1.1.2.3 2008/09/25 08:59:24 gpdinoz Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 9  Line 9 
9  /**  /**
10   * Implementation of hook_menu()   * Implementation of hook_menu()
11   */   */
12  function contact_forms_menu($may_cache) {  /*function contact_forms_menu($may_cache) {
13    $items = array();    $items = array();
14    if ($may_cache) {    if ($may_cache) {
15      // instead of hijacking the path 'contact' we create a path for each contact category      // instead of hijacking the path 'contact' we create a path for each contact category
# Line 28  function contact_forms_menu($may_cache) Line 28  function contact_forms_menu($may_cache)
28      }      }
29    }    }
30    return $items;    return $items;
31  }  }*/
32    
33  /**  /**
34   * Implementation of hook_form_alter()   * Implementation of hook_form_alter()

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

  ViewVC Help
Powered by ViewVC 1.1.2