You are here

function simple_ldap_user_default_export_handler in Simple LDAP 7.2

1 string reference to 'simple_ldap_user_default_export_handler'
simple_ldap_user_simple_ldap_data_handlers in simple_ldap_user/simple_ldap_user.module
Implements HOOK_simple_ldap_data_handlers()

File

simple_ldap_user/simple_ldap_user.ldap_handlers.inc, line 7

Code

function simple_ldap_user_default_export_handler(&$value, $field_info, $items) {
  watchdog('SimpleLDAP', 'Cannot export: Unsupported field of type %type.', array(
    '%type',
    $info['type'],
  ), WATCHDOG_NOTICE);
}