| 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 |
| 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 |
} |
} |