Projet

Général

Profil

Révision 76bdcd04

Ajouté par Assos Assos il y a presque 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/print/print_mail/print_mail.views.inc
2 2

  
3 3
/**
4 4
 * @file
5
 * Send by email Views integration
5
 * Send by email Views integration.
6 6
 *
7 7
 * @ingroup print
8 8
 */
......
25 25
    // 'field' is the foreign key in this table.
26 26
    'left_field' => 'nid',
27 27
    'field' => 'nid',
28
//    'type' => 'INNER',
29 28
  );
30 29
  $data['print_mail_page_counter']['table']['join']['node'] = array(
31 30
    // 'left_field' is the primary key in the referenced table.
32 31
    // 'field' is the foreign key in this table.
33 32
    'left_field' => 'nid',
34 33
    'field' => 'path',
35
//    'type' => 'INNER',
36 34
    'handler' => 'print_join_page_counter',
37 35
  );
38 36

  
39
  // print_mail_node_conf fields
37
  // print_mail_node_conf fields.
40 38
  $data['print_mail_node_conf']['link'] = array(
41 39
    'title' => t('Email: Show link'),
42 40
    'help' => t('Whether to show the send by email link.'),
......
86 84
    ),
87 85
  );
88 86

  
89

  
90
  // print_mail_page_counter fields
87
  // print_mail_page_counter fields.
91 88
  $data['print_mail_page_counter']['totalcount'] = array(
92 89
    'title' => t('Email: Number of page accesses'),
93 90
    'help' => t('Counter of accesses to the send by email form for this node.'),

Formats disponibles : Unified diff