/[drupal]/contributions/modules/mlm/backend/mlm_ezmlm.inc
ViewVC logotype

Diff of /contributions/modules/mlm/backend/mlm_ezmlm.inc

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

revision 1.2, Mon Aug 10 01:09:32 2009 UTC revision 1.3, Sun Aug 23 23:06:28 2009 UTC
# Line 1  Line 1 
1  <?php // $Id: mlm_ezmlm.inc,v 1.1 2009/05/15 14:34:32 vauxia Exp $  <?php // $Id: mlm_ezmlm.inc,v 1.2 2009/08/10 01:09:32 vauxia Exp $
2    
3  /**  /**
4   * @file   * @file
# Line 13  class mlm_ezmlm extends mlm { Line 13  class mlm_ezmlm extends mlm {
13      $edit_form['address'] = array(      $edit_form['address'] = array(
14        '#type'          => 'textfield',        '#type'          => 'textfield',
15        '#title'         => t('E-mail Address'),        '#title'         => t('E-mail Address'),
16        '#default_value' => $this->settings['address'],        '#default_value' => $this->settings('address'),
17        '#description'   => t('A mailing list must be configured on your mail server before you can use it on your site. Enter its e-mail address here.'),        '#description'   => t('A mailing list must be configured on your mail server before you can use it on your site. Enter its e-mail address here.'),
18      );      );
19      return $edit_form;      return $edit_form;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2