You are here

function drush_node_revision_delete_nrd_when_to_delete_time_validate in Node Revision Delete 7.3

Same name and namespace in other branches
  1. 8 node_revision_delete.drush.inc \drush_node_revision_delete_nrd_when_to_delete_time_validate()

Implements drush_hook_COMMAND_validate().

File

./node_revision_delete.drush.inc, line 353

Code

function drush_node_revision_delete_nrd_when_to_delete_time_validate() {
  $args = func_get_args();
  _drush_node_revision_delete_validate_maximum_time($args);
}