You are here

function _datex_views_handler_argument_node_created_year::_datex_invalid in Datex 7.3

Sets the fileter value to invalid state.

1 call to _datex_views_handler_argument_node_created_year::_datex_invalid()
_datex_views_handler_argument_node_created_year::_datex_process in ./datex.views.inc
Convert the date back into gregorian, if possible.

File

./datex.views.inc, line 18
Datex views integration.

Class

_datex_views_handler_argument_node_created_year

Code

function _datex_invalid() {
  $this->argument = '000000';
  return FALSE;
}