You are here

function feeds_tamper_strtotime_callback in Feeds Tamper 7

Same name and namespace in other branches
  1. 6 plugins/strtotime.inc \feeds_tamper_strtotime_callback()
1 string reference to 'feeds_tamper_strtotime_callback'
strtotime.inc in plugins/strtotime.inc

File

plugins/strtotime.inc, line 24

Code

function feeds_tamper_strtotime_callback($result, $item_key, $element_key, &$field, $settings, $source) {
  $field = strtotime($field);
}