[Tickets #9217] SyncMl Fails - is_integer issue
bugs at horde.org
bugs at horde.org
Fri Sep 3 16:08:57 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9217
------------------------------------------------------------------------------
Ticket | 9217
Created By | d-fens at 00010111.de
Summary | SyncMl Fails - is_integer issue
Queue | Horde Base
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch | 1
Owners |
------------------------------------------------------------------------------
d-fens at 00010111.de (2010-09-03 12:08) wrote:
hi,
in History.php , function getByTimestamp, line 197 it should rather read
if (!is_integer(intval($ts))) {
than
if (!is_integer($ts)) {
cause the current version fails for strings from syncMl containing
integer values
More information about the bugs
mailing list