Closed (fixed)
Project:
Currency
Version:
6.x-1.1
Component:
Documentation
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2009 at 11:50 UTC
Updated:
19 Jun 2009 at 02:10 UTC
Hi,
I think there's an error in the APi.txt help file.
Instead of
function currency_api_exchange($currency_from, $currency_to, $amount = 1)
it should say:
function currency_api_convert($currency_from, $currency_to, $amount = 1)
right?
Working great, thanks for the module.
Comments
Comment #1
ferrangil commentedFYI - I'm using that function on a node-page.tpl.php template just to convert and print aproximated equivalences...
Comment #2
kbahey commentedFixed. Thanks