function views_xhtml_hcalendar_handler in Views Datasource 5
handler for our own XHTML hCalendar argument handler
1 string reference to 'views_xhtml_hcalendar_handler'
File
- ./
views_xhtml.module, line 64 - Provides Views plugin for rendering node content as XHTML microformats.
Code
function views_xhtml_hcalendar_handler($op, &$query, $argtype, $arg = '') {
if ($op == 'filter') {
views_xhtml_hcalendar_views_argument('argument', $GLOBALS['current_view'], $arg);
}
}