'create flag lists', 'roles' => array( 'Adhérent' => 'Adhérent', 'Premium' => 'Premium', 'root' => 'root', ), 'module' => 'flag_lists', ); // Exported permission: 'delete own flag lists'. $permissions['delete own flag lists'] = array( 'name' => 'delete own flag lists', 'roles' => array( 'Adhérent' => 'Adhérent', 'Premium' => 'Premium', 'root' => 'root', ), 'module' => 'flag_lists', ); // Exported permission: 'edit own flag lists'. $permissions['edit own flag lists'] = array( 'name' => 'edit own flag lists', 'roles' => array( 'Adhérent' => 'Adhérent', 'Premium' => 'Premium', 'root' => 'root', ), 'module' => 'flag_lists', ); // Exported permission: 'flag fl_template'. $permissions['flag fl_template'] = array( 'name' => 'flag fl_template', 'roles' => array( 'Adhérent' => 'Adhérent', 'Premium' => 'Premium', 'administrator' => 'administrator', 'root' => 'root', ), 'module' => 'flag', ); // Exported permission: 'unflag fl_template'. $permissions['unflag fl_template'] = array( 'name' => 'unflag fl_template', 'roles' => array( 'Adhérent' => 'Adhérent', 'Premium' => 'Premium', 'administrator' => 'administrator', 'root' => 'root', ), 'module' => 'flag', ); // Exported permission: 'view flag lists'. $permissions['view flag lists'] = array( 'name' => 'view flag lists', 'roles' => array( 'Adhérent' => 'Adhérent', 'Premium' => 'Premium', 'root' => 'root', ), 'module' => 'flag_lists', ); return $permissions; }