| 1 |
<?php |
<?php |
| 2 |
// $Id: update_status.module,v 1.83.2.19 2007/08/08 18:43:09 dww Exp $ |
// $Id: update_status.module,v 1.83.2.20 2007/08/08 20:48:45 dww Exp $ |
| 3 |
|
|
| 4 |
// Version of core that this module is currently at (and therefore, |
// Version of core that this module is currently at (and therefore, |
| 5 |
// that sites running it must be at and will want to query for). |
// that sites running it must be at and will want to query for). |
| 140 |
'#title' => t('E-mail addresses to notify when updates are available'), |
'#title' => t('E-mail addresses to notify when updates are available'), |
| 141 |
'#rows' => 4, |
'#rows' => 4, |
| 142 |
'#default_value' => implode("\n", $notify_emails), |
'#default_value' => implode("\n", $notify_emails), |
| 143 |
'#description' => t('Whenever your site checks for available updates and finds new releases, it can notify a list of users via e-email. Put each address on a separate line. If blank, no e-mails will be sent.'), |
'#description' => t('Whenever your site checks for available updates and finds new releases, it can notify a list of users via e-mail. Put each address on a separate line. If blank, no e-mails will be sent.'), |
| 144 |
); |
); |
| 145 |
|
|
| 146 |
$form['check_frequency'] = array( |
$form['check_frequency'] = array( |