[Tickets #10371] Re: Problem with using and saving Gmap event
bugs at horde.org
bugs at horde.org
Mon Jul 25 18:45:57 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10371
------------------------------------------------------------------------------
Ticket | 10371
Updated By | adominguez at cne.gob.ve
Summary | Problem with using and saving Gmap event
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Resolved
Priority | 2. Medium
Milestone |
Patch |
Owners | Jan Schneider
------------------------------------------------------------------------------
adominguez at cne.gob.ve (2011-07-25 18:45) wrote:
Thank for the bug's correction, but I'm afraid that it are incomplete
because you need to change the another option when the value could be
a float, so on line 183, you have to change from:
elseif ($type == 'float') {
return (float)$value;
}
To:
elseif ($type == 'float') {
return sprintf('%F',(float)$value);
}
More information about the bugs
mailing list