| 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 |
| 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', |