Projet

Général

Profil

Révision e4c061ad

Ajouté par Assos Assos il y a plus de 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/webform_validation/webform_validation.validators.inc
146 146
      ),
147 147
      'min_components' => 2,
148 148
      'max_components' => 2,
149
      'description' => t('Compare two values for greater than or less than, or equal to.'),
149
      'description' => t('Compare two values for greater than (>), less than (<), greater than or equal to (>=), or less than or equal to (<=).'),
150 150
    ),
151 151
    'unique' => array(
152 152
      'name' => t('Unique values'),
......
446 446
    }
447 447
    $items[$key] = $new_values;
448 448
  }
449
  // Ensure later calls to key() get the first item.
450
  reset($items);
449 451

  
450 452
  $errors = array();
451 453
  switch ($validator_name) {

Formats disponibles : Unified diff