You are here

function _feeds_tamper_country_to_code_strtolower in Feeds Tamper 7

Callback for array_walk().

1 string reference to '_feeds_tamper_country_to_code_strtolower'
feeds_tamper_country_to_code_callback in plugins/country_to_code.inc

File

plugins/country_to_code.inc, line 54

Code

function _feeds_tamper_country_to_code_strtolower(&$word) {
  $word = drupal_strtolower($word);
}