Closed (fixed)
Project:
Feeds Tamper
Version:
7.x-1.x-dev
Component:
Plugins
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2013 at 21:25 UTC
Updated:
12 Jul 2014 at 00:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ultimike...and here's the patch.
Thanks,
-mike
Comment #2
ultimike...and how about a patch that actually works (oops)...
-mike
Comment #3
twistor commentedCan you clean up the commented out function?
Also, are you sure about the t() wrapping the state name?
Comment #4
twistor commentedComment #5
ultimikeChris,
Whoops - sorry about the commented out function. It's now removed in the attached patch.
As for the t(), I was unsure about it as well, but I modeled my patch after the country_to_code.inc plugin that already exists - that plugin uses the same pattern, including the t().
-mike
Comment #6
twistor commentedAlrighty, committed to 7.x
http://drupalcode.org/project/feeds_tamper.git/commit/23f9a3c
Comment #7
twistor commentedI should note that I've removed the t(). I need to check on the country to code plugin, but it doesn't really make sense, afaict.
Comment #8
twistor commentedI'm not backporting plugins anymore at this point.