Projet

Général

Profil

Révision 9d13637e

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/commerce/modules/customer/commerce_customer.module
1052 1052
    $key = 0;
1053 1053

  
1054 1054
    foreach ($profiles as $profile) {
1055
      // Add a fieldset around the profile form.
1056 1055
      $element['profiles'][$key] = array(
1057 1056
        '#type' => 'fieldset',
1058 1057
        '#title' => check_plain($profile_type['name']),
1058
        '#parents' => array_merge($element['#field_parents'], array($element['#field_name'], $langcode, 'profiles', $key)),
1059 1059
      );
1060 1060

  
1061 1061
      // Store the original customer profile for later comparison.

Formats disponibles : Unified diff