/[drupal]/contributions/modules/node_invite/node_invite.admin.inc
ViewVC logotype

Diff of /contributions/modules/node_invite/node_invite.admin.inc

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

revision 1.3.2.1, Wed Sep 2 05:43:38 2009 UTC revision 1.3.2.2, Thu Sep 3 00:17:29 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: node_invite.admin.inc,v 1.3 2009/09/01 19:00:13 hadsie Exp $  // $Id: node_invite.admin.inc,v 1.3.2.1 2009/09/02 05:43:38 hadsie Exp $
3  /**  /**
4   * @file   * @file
5   * Node invite admin settings   * Node invite admin settings
# Line 34  function node_invite_admin_settings_form Line 34  function node_invite_admin_settings_form
34      '#description' => t('Leaving this unchecked will force the user to invite from their email address and username as configured in their profile.'),      '#description' => t('Leaving this unchecked will force the user to invite from their email address and username as configured in their profile.'),
35      '#default_value' => variable_get('node_invite_set_email', TRUE),      '#default_value' => variable_get('node_invite_set_email', TRUE),
36    );    );
37      $form['node_invite_hash_urls'] = array(
38        '#type' => 'checkbox',
39        '#title' => t('Use private URLs'),
40        '#description' => t('Check this to enable hash\'d URLs that will make guessing another guests RSVP page impossible.'),
41        '#default_value' => variable_get('node_invite_hash_urls', FALSE),
42      );
43    $form['node_invite_rsvp_page'] = array(    $form['node_invite_rsvp_page'] = array(
44      '#type' => 'fieldset',      '#type' => 'fieldset',
45      '#title' => t('RSVP Page'),      '#title' => t('RSVP Page'),

Legend:
Removed from v.1.3.2.1  
changed lines
  Added in v.1.3.2.2

  ViewVC Help
Powered by ViewVC 1.1.2