Projet

Général

Profil

Révision 59ae487e

Ajouté par Assos Assos il y a presque 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ldap/ldap_servers/ldap_servers.install
703 703
  //5. ldap_authentication and ldap_user changes are in variables, not tables
704 704

  
705 705
  $ldap_authentication_conf_data = variable_get('ldap_authentication_conf', array());
706
  if (!is_array($ldap_authentication_conf_data['sids'])) {
707
    $ldap_authentication_conf_data['sids'] = array();
708
  }
709

  
706 710
  $ldap_user_conf_data = variable_get('ldap_user_conf', array());
707 711

  
708 712
  $ldap_authentication_sids = array_keys($ldap_authentication_conf_data['sids']);
......
757 761
      'title' => 'Changes in 7.x-1.x to 7.x-2.x update')
758 762
    );
759 763

  
760
  watchdog('ldap_servers', $summary, WATCHDOG_INFO);
764
  watchdog('ldap_servers', $summary, array(), WATCHDOG_INFO);
761 765
  return $summary;
762 766

  
763 767

  

Formats disponibles : Unified diff