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

Diff of /contributions/modules/update_status/update_status.module

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

revision 1.83.2.20 by dww, Wed Aug 8 20:48:45 2007 UTC revision 1.83.2.21 by dww, Tue Sep 4 02:46:21 2007 UTC
# Line 1  Line 1 
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).
# Line 140  function update_status_settings() { Line 140  function update_status_settings() {
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(

Legend:
Removed from v.1.83.2.20  
changed lines
  Added in v.1.83.2.21

  ViewVC Help
Powered by ViewVC 1.1.6