updated subscriptions
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user