updated all features with last database from inline

This commit is contained in:
Bachir Soussi Chiadmi
2015-02-23 11:27:47 +01:00
parent d1b96a77a6
commit 29079eeb84
17 changed files with 1136 additions and 839 deletions
@@ -28,11 +28,5 @@ 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;
}