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

Diff of /contributions/modules/simplenews/simplenews.install

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

revision 1.8.2.25, Thu Aug 13 15:14:09 2009 UTC revision 1.8.2.26, Sat Oct 24 16:30:44 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: simplenews.install,v 1.8.2.24 2009/03/09 07:45:19 sutharsan Exp $  // $Id: simplenews.install,v 1.8.2.25 2009/08/13 15:14:09 sutharsan Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 243  function _simplenews_install_vocabulary( Line 243  function _simplenews_install_vocabulary(
243      $vocabulary = array(      $vocabulary = array(
244        'name' => t('Newsletter'),        'name' => t('Newsletter'),
245        'multiple' => '0',        'multiple' => '0',
246        'required' => '0',        'required' => '1',
247        'hierarchy' => '0',        'hierarchy' => '0',
248        'relations' => '0',        'relations' => '0',
249        'module' => 'simplenews',        'module' => 'simplenews',

Legend:
Removed from v.1.8.2.25  
changed lines
  Added in v.1.8.2.26

  ViewVC Help
Powered by ViewVC 1.1.2