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

Diff of /contributions/modules/mail/mail.module

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

revision 1.23, Tue Oct 17 18:08:50 2006 UTC revision 1.24, Tue Oct 24 23:18:09 2006 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  // $Id: mail.module,v 1.22 2006/10/17 02:23:58 nedjo Exp $  // $Id: mail.module,v 1.23 2006/10/17 18:08:50 nedjo Exp $
4    
5  /**  /**
6   * Provide online user help   * Provide online user help
# Line 274  function mail_user($type, $edit, &$user, Line 274  function mail_user($type, $edit, &$user,
274      $form['mail']['mail_accept'] = array('#type' => 'checkbox',      $form['mail']['mail_accept'] = array('#type' => 'checkbox',
275        '#title' => t('Accept email'),        '#title' => t('Accept email'),
276        '#default_value' => $edit['mail_accept'],        '#default_value' => $edit['mail_accept'],
277        '#description' => t('Allow users posting content to sent it to you by email. Note that your e-mail address is not made public and that privileged users such as site administrators are able to email you even if you choose not to enable this feature.'),        '#description' => t('Allow users posting content to send it to you by email. Note that your e-mail address is not made public and that privileged users such as site administrators are able to email you even if you choose not to enable this feature.'),
278      );      );
279      return $form;      return $form;
280    }    }

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

  ViewVC Help
Powered by ViewVC 1.1.2