function date_views_timestamp_argument_range_handler in Date 5
Same name and namespace in other branches
- 5.2 date/date.module \date_views_timestamp_argument_range_handler()
1 string reference to 'date_views_timestamp_argument_range_handler'
- _date_views_arguments in ./
date_views.inc - Views arguments for Date fields.
File
- ./
date.module, line 603 - Defines a date/time field type.
Code
function date_views_timestamp_argument_range_handler($op, &$query, $argtype, $arg = '') {
include_once './' . drupal_get_path('module', 'date') . '/date_views.inc';
return _date_views_timestamp_argument_range_handler($op, $query, $argtype, $arg);
}