ZF-3826: KILOMETER measure is wrong/inverted
Description
In Zend_Measure_Length:
'KILOMETER' => array('0.001', 'km'),
It should be
'KILOMETER' => array('1000', 'km'),
In Zend_Measure_Length:
'KILOMETER' => array('0.001', 'km'),
It should be
'KILOMETER' => array('1000', 'km'),
Comments
Posted by Thomas Weidner (thomas) on 2008-08-01T09:01:03.000+0000
This issue was already fixed more than 2 month ago... Please try always the latest available version or give your own version.
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:01.000+0000
Updating for the 1.6.0 release.