Projet

Général

Profil

Révision c2ac6d1d

Ajouté par Assos Assos il y a environ 5 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/drush/ctools.drush.inc
452 452
 * all arg handling etc in one place.
453 453
 */
454 454
function ctools_drush_export_op_command() {
455
  $args = func_get_args();
455 456
  // Get all info for the current drush command.
456 457
  $command = drush_get_command();
457 458
  $op = '';
......
495 496
    }
496 497
  }
497 498
  else {
498
    $args = func_get_args();
499 499
    // Table name should always be first arg...
500 500
    $table_name = array_shift($args);
501 501
    // Any additional args are assumed to be exportable names.

Formats disponibles : Unified diff