Projet

Général

Profil

Révision c12e7e6a

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

Weekly update of contrib modules

Voir les différences:

htmltest/sites/all/modules/variable/variable_realm/variable_realm.form.inc
86 86
  $form['realm_name'] = array('#type' => 'value', '#value' => $realm_name);
87 87
  $form['realm_key'] = array('#type' => 'value', '#value' => $realm_key);
88 88
  $options['realm'] = variable_realm($realm_name, $realm_key);
89

  
89 90
  if ($variable_list = $controller->getEnabledVariables()) {
91
    $form = variable_base_form($form, $form_state, $variable_list, $options);
92

  
90 93
    // Group variables by variable group for vertical tabls
91 94
    $group_list = array();
92 95
    foreach ($variable_list as $variable_name) {

Formats disponibles : Unified diff