Projet

Général

Profil

Révision 5d12d676

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/modules/views.views.inc
13 13
function views_views_data() {
14 14
  $data['views']['table']['group'] = t('Global');
15 15
  $data['views']['table']['join'] = array(
16
    // #global is a special flag which let's a table appear all the time.
16
    // '#global' is a special flag which let's a table appear all the time.
17 17
    '#global' => array(),
18 18
  );
19 19

  
......
108 108
  );
109 109

  
110 110
  $data['views']['combine'] = array(
111
   'title' => t('Combine fields filter'),
111
    'title' => t('Combine fields filter'),
112 112
    'help' => t('Combine multiple fields together and search by them.'),
113 113
    'filter' => array(
114 114
      'handler' => 'views_handler_filter_combine',
......
132 132
    'filter' => array(
133 133
      'help' => t('Use fields comparison to filter the result of the view.'),
134 134
      'handler' => 'views_handler_filter_fields_compare',
135
    )
135
    ),
136 136
  );
137 137

  
138 138
  return $data;

Formats disponibles : Unified diff