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

Diff of /contributions/modules/simplenews/simplenews.module

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

revision 1.76.2.134, Sun Aug 30 12:50:13 2009 UTC revision 1.76.2.135, Wed Sep 2 22:24:53 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: simplenews.module,v 1.76.2.133 2009/08/09 10:46:45 sutharsan Exp $  // $Id: simplenews.module,v 1.76.2.134 2009/08/30 12:50:13 sutharsan Exp $
3    
4  /**  /**
5   * @defgroup simplenews   * @defgroup simplenews
# Line 2243  function _simplenews_generate_hash($mail Line 2243  function _simplenews_generate_hash($mail
2243   */   */
2244  function _simplenews_format_options() {  function _simplenews_format_options() {
2245    $options = array('plain' => t('plain'));    $options = array('plain' => t('plain'));
2246    if (module_exists('mimemail')) {    if (module_exists('mimemail') || module_exists('htmlmail')) {
2247      $options['html'] = t('html');      $options['html'] = t('html');
2248    }    }
2249    return $options;    return $options;

Legend:
Removed from v.1.76.2.134  
changed lines
  Added in v.1.76.2.135

  ViewVC Help
Powered by ViewVC 1.1.2