You are here

function ldap_servers_update_8305 in Lightweight Directory Access Protocol (LDAP) 8.3

Same name and namespace in other branches
  1. 8.4 ldap_servers/ldap_servers.install \ldap_servers_update_8305()

Removal of double-escaping.

File

ldap_servers/ldap_servers.install, line 127
Install, update and uninstall functions for the LDAP API module.

Code

function ldap_servers_update_8305() {
  return t('Escaping of field data now relies solely on Twig auto-escaping. If you have created custom code make sure it takes this into account. See https://www.drupal.org/project/ldap/issues/2969097 for details.');
}