ZF-9499: Zend_Currency code example typo
Description
The Zend_Currency 1.10 documentation code examples has a typo: "20.print $currency->add($currency2);"
$currency2 should be $currency_2 (mind the underscore)
The Zend_Currency 1.10 documentation code examples has a typo: "20.print $currency->add($currency2);"
$currency2 should be $currency_2 (mind the underscore)
Comments
Posted by Micha Verboeket (mverboeket) on 2010-03-21T10:52:29.000+0000
Affected component
Posted by Thomas Weidner (thomas) on 2010-03-21T11:43:34.000+0000
Fixed with r21600