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