ZF-3229: Zend_Measure_Length incorrect Kilometer conversion
Description
In the Zend_Measure_Length class the unit conversion for kilometer is incorrect.
Currently it is set to 0.001, whereas it should be 1000.
In the Zend_Measure_Length class the unit conversion for kilometer is incorrect.
Currently it is set to 0.001, whereas it should be 1000.
Comments
Posted by Thomas Weidner (thomas) on 2008-05-12T13:24:03.000+0000
Fixed with r9448
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:21.000+0000
Updating for the 1.6.0 release.