Projet

Général

Profil

Révision c304a780

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/views_content/plugins/content_types/views_attachments.inc
25 25
  }
26 26

  
27 27
  // Build the content type block.
28
  $block = new stdClass();
28
  $block          = new stdClass();
29 29
  $block->module  = 'views_attachments';
30 30
  $block->delta   = $context->argument;
31 31
  $block->title   = '';
......
41 41
  return $block;
42 42
}
43 43

  
44

  
45 44
function views_content_views_attachments_content_type_edit_form($form, &$form_state) {
46 45
  $conf = $form_state['conf'];
47 46

  

Formats disponibles : Unified diff