[Tickets #10081] Re: SyncML Test case fails
bugs at horde.org
bugs at horde.org
Mon Jun 20 15:14:48 UTC 2011
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/10081
------------------------------------------------------------------------------
Ticket | 10081
Aktualisiert Von | joniw at t-online.de
Zusammenfassung | SyncML Test case fails
Warteschlange | Synchronization
Version | Git master
Typ | Bug
Status | Unconfirmed
Priorität | 2. Medium
Milestone |
Patch |
Zuständige |
------------------------------------------------------------------------------
joniw at t-online.de (2011-06-20 15:14) hat geschrieben:
I just found the error.
In the horde framework in 'Horde\SyncMl\Backend\Horde.php' the
function '_getChangeTS' never returns a value as the return statement
is missing.
After changing line 772 from:
$this->_db->selectValue($query, $values);
to
return $this->_db->selectValue($query, $values);
no more duplicates are generated.
More information about the bugs
mailing list