updated subscriptions

This commit is contained in:
Bachir Soussi Chiadmi
2014-07-15 20:21:38 +02:00
parent ce18a79a80
commit ccd86a08a4
6 changed files with 455 additions and 531 deletions
@@ -13,13 +13,13 @@ function materio_subscriptions_user_default_roles() {
// Exported role: Adhérent.
$roles['Adhérent'] = array(
'name' => 'Adhérent',
'weight' => 5,
'weight' => 6,
);
// Exported role: Premium.
$roles['Premium'] = array(
'name' => 'Premium',
'weight' => 6,
'weight' => 7,
);
// Exported role: Utilisateur.
@@ -28,5 +28,11 @@ function materio_subscriptions_user_default_roles() {
'weight' => 3,
);
// Exported role: Utilisateur test UC.
$roles['Utilisateur test UC'] = array(
'name' => 'Utilisateur test UC',
'weight' => 4,
);
return $roles;
}