Projet

Général

Profil

Révision 9a28ac3f

Ajouté par Assos Assos il y a presque 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views_bulk_operations/views_bulk_operations.drush.inc
75 75
 * Implementation of 'vbo execute' command.
76 76
 */
77 77
function views_bulk_operations_drush_execute($vid = NULL, $operation_id = NULL) {
78
  $args = func_get_args();
78 79
  // Parse arguments.
79 80
  if (is_null($vid)) {
80 81
    drush_set_error('VIEWS_BULK_OPERATIONS_MISSING_VID', dt('Please specify a view ID to execute.'));
......
84 85
    drush_set_error('VIEWS_BULK_OPERATIONS_MISSING_OPERATION', dt('Please specify an operation to execute.'));
85 86
    return;
86 87
  }
87
  $args = func_get_args();
88 88
  $view_exposed_input = array();
89 89
  $operation_arguments = array();
90 90
  $view_arguments = array();

Formats disponibles : Unified diff