[commits] Horde branch master updated. f8c3e5f348ebd61023964d43c380bfce4630c8ef

Michael Rubinsky mike at theupstairsroom.com
Fri Aug 20 00:43:00 UTC 2010


The branch "master" has been updated.
The following is a summary of the commits.

from: 7981d3a7ef96c967da0ddc0862ceb5e208d04e54

f8c3e5f Don't perform any string operations on the variable when we assume it's the decimal value.

-----------------------------------------------------------------------

commit f8c3e5f348ebd61023964d43c380bfce4630c8ef
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 19 20:41:04 2010 -0400

    Don't perform any string operations on the variable when we assume it's the decimal value.
    
    Just cast it outright, don't trim() or replace the ordinal indicators if present, the
    cast operation will do that for us, and as a bonus, won't corrupt the value if it's in
    a locale that doesn't use a decimal point for a decimal seperator.
    
    Bug: 9180

 framework/Image/lib/Horde/Image/Exif/Base.php |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Exif/Base.php?rt=horde-git&r1=3d36d1f649d343aac2c5a91a45de33e38456ae78&r2=f8c3e5f348ebd61023964d43c380bfce4630c8ef




More information about the commits mailing list