Great module. Well, only using the currency_api.module, but it was almost spot on to what I was looking for.
One slight problem, the date and time returned should be combined into a single value based on the format_date function ( http://api.drupal.org/api/function/format_date/5 ).
Right now it's a date/time value totally separated from everything else related to time in Drupal which is a no-no.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 338560-also_return_a_timestamp-1.patch | 6.15 KB | amateescu |
Comments
Comment #1
amateescu commentedThe 5.x branch is not maintained anymore. Maybe we can fix this in 6.x.
Comment #2
amateescu commentedHere's a fix for this issue. It changes the currency_api_convert() function to also return a timestamp.
Comment #3
amateescu commentedCommited with 778f392.