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
+3 -3
View File
@@ -13,19 +13,19 @@ function materio_subscriptions_user_default_roles() {
// Exported role: Adhérent.
$roles['Adhérent'] = array(
'name' => 'Adhérent',
'weight' => '3',
'weight' => 5,
);
// Exported role: Premium.
$roles['Premium'] = array(
'name' => 'Premium',
'weight' => '4',
'weight' => 6,
);
// Exported role: Utilisateur.
$roles['Utilisateur'] = array(
'name' => 'Utilisateur',
'weight' => '2',
'weight' => 3,
);
return $roles;