updated features materio_subscrition and materio_user_profile

This commit is contained in:
Bachir Soussi Chiadmi
2013-12-09 17:22:25 +01:00
parent 39759425ce
commit 5cde537e0a
18 changed files with 3269 additions and 459 deletions

View File

@@ -13,11 +13,11 @@ function materio_subscriptions_taxonomy_default_vocabularies() {
'name' => 'Catalog',
'machine_name' => 'catalog',
'description' => '',
'hierarchy' => '1',
'hierarchy' => 1,
'module' => 'uc_catalog',
'weight' => '0',
'weight' => 0,
'language' => 'und',
'i18n_mode' => '0',
'i18n_mode' => 0,
),
);
}