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

Diff of /contributions/modules/contact_realname/contact_realname.module

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

revision 1.1, Wed May 23 21:10:10 2007 UTC revision 1.1.2.1, Thu Jun 19 10:34:14 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id$ */  /* $Id: contact_realname.module,v 1.1 2007/05/23 21:10:10 avf Exp $ */
3    
4  /**  /**
5  * Display help and module information  * Display help and module information
# Line 33  function contact_realname_menu() { Line 33  function contact_realname_menu() {
33      'description' => t("Set up real name display in contact forms"),      'description' => t("Set up real name display in contact forms"),
34      'callback' => 'drupal_get_form',      'callback' => 'drupal_get_form',
35      'callback arguments' => 'contact_realname_admin',      'callback arguments' => 'contact_realname_admin',
36      'access' => user_access('access administration pages'),      'access' => user_access('administer site configuration'),
37      'type' => MENU_NORMAL_ITEM      'type' => MENU_NORMAL_ITEM
38    );    );
39    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2