Closed (fixed)
Project:
Currency
Version:
6.x-1.1
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2009 at 14:18 UTC
Updated:
23 Aug 2009 at 17:20 UTC
Line 7 of API.txt says:
function currency_api_exchange($currency_from, $currency_to, $amount = 1)
but it should be:
function currency_api_convert($currency_from, $currency_to, $amount = 1)
Comments
Comment #1
kbahey commentedFixed in -dev, and should be in the tarball tonight.