Projet

Général

Profil

Révision 13c3c9b4

Ajouté par Assos Assos il y a environ 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/webform_validation/webform_validation.module
156 156
    $component_definitions = webform_validation_prefix_keys($node->webform['components']);
157 157
    // Remove hidden components.
158 158
    foreach ($component_definitions as $key => $component) {
159
      if (_webform_client_form_rule_check($node, $component, 0, $form_state['values']['submitted']) !== WEBFORM_CONDITIONAL_INCLUDE) {
159
      if (isset($flat_values[$key]) && _webform_client_form_rule_check($node, $component, 0, $form_state['values']['submitted']) !== WEBFORM_CONDITIONAL_INCLUDE) {
160 160
        unset($flat_values[$key]);
161 161
      }
162 162
    }

Formats disponibles : Unified diff