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

Diff of /contributions/modules/invite/invite.module

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

revision 1.25.2.7, Sun Oct 4 12:34:24 2009 UTC revision 1.25.2.8, Sun Oct 4 12:43:37 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: invite.module,v 1.25.2.6 2009/04/27 17:24:44 smk Exp $  // $Id: invite.module,v 1.25.2.7 2009/10/04 12:34:24 smk Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 715  function invite_page_form($remaining_inv Line 715  function invite_page_form($remaining_inv
715      $form['email'] = array(      $form['email'] = array(
716        '#title' => t('To'),        '#title' => t('To'),
717        '#default_value' => $failed_emails,        '#default_value' => $failed_emails,
718        '#description' => format_plural($allow_multiple ? 99 : 1, 'Type the e-mail address of the person you would like to invite.', 'Type the e-mail addresses of the persons you would like to invite. Addresses should be separated by newlines or commas.'),        '#description' => format_plural($allow_multiple ? 99 : 1, 'Enter the e-mail address of the person you would like to invite.', 'Enter the e-mail addresses of the persons you would like to invite. To specify multiple recipients, enter one e-mail address per line or separate each address with a comma.'),
719        '#required' => TRUE,        '#required' => TRUE,
720      );      );
721      if ($allow_multiple) {      if ($allow_multiple) {

Legend:
Removed from v.1.25.2.7  
changed lines
  Added in v.1.25.2.8

  ViewVC Help
Powered by ViewVC 1.1.2