smart_date-3.1.0-beta1/modules/smart_date_recur/smart_date_recur.views.inc
modules/smart_date_recur/smart_date_recur.views.inc
<?php /** * @file * Provides views data for the smart_date_recur module. */ /** * Implements hook_field_views_data(). */ function smart_date_recur_views_data_alter(array &$data) { $data['smart_date_rule']['freq']['filter']['id'] = 'recur_freq'; }