/[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.35, Wed Sep 30 14:10:20 2009 UTC revision 1.36, Sat Oct 24 16:30:09 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: simplenews.install,v 1.34 2009/08/13 15:13:48 sutharsan Exp $  // $Id: simplenews.install,v 1.35 2009/09/30 14:10:20 sutharsan Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 264  function _simplenews_install_vocabulary( Line 264  function _simplenews_install_vocabulary(
264      $vocabulary = array(      $vocabulary = array(
265        'name' => t('Newsletter'),        'name' => t('Newsletter'),
266        'multiple' => '0',        'multiple' => '0',
267        'required' => '0',        'required' => '1',
268        'hierarchy' => '0',        'hierarchy' => '0',
269        'relations' => '0',        'relations' => '0',
270        'module' => 'simplenews',        'module' => 'simplenews',

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

  ViewVC Help
Powered by ViewVC 1.1.2