diff options
Diffstat (limited to 'kolab.org/www/drupal-7.18/sites/all/modules/date/date_views/includes/date_views_filter_handler.inc')
-rw-r--r-- | kolab.org/www/drupal-7.18/sites/all/modules/date/date_views/includes/date_views_filter_handler.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kolab.org/www/drupal-7.18/sites/all/modules/date/date_views/includes/date_views_filter_handler.inc b/kolab.org/www/drupal-7.18/sites/all/modules/date/date_views/includes/date_views_filter_handler.inc index 5eb5ebc..0cfc7fc 100644 --- a/kolab.org/www/drupal-7.18/sites/all/modules/date/date_views/includes/date_views_filter_handler.inc +++ b/kolab.org/www/drupal-7.18/sites/all/modules/date/date_views/includes/date_views_filter_handler.inc @@ -36,6 +36,10 @@ class date_views_filter_handler extends date_views_filter_handler_simple { $this->date_combine_conditions('op_simple'); } + function op_contains($field) { + $this->date_combine_conditions('op_contains'); + } + /** * Combines multiple date WHERE expressions into a single WHERE expression. * |