[Tickets #10194] Re: Kronolith does not sync calendar, contacts work with Android 2.2.1/Motorola Milestone mobile

bugs at horde.org bugs at horde.org
Thu Jun 23 12:20:59 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10194
------------------------------------------------------------------------------
  Ticket             | 10194
  Updated By         | mail at xeroc.org
  Summary            | Kronolith does not sync calendar, contacts work with
                     | Android 2.2.1/Motorola Milestone mobile
  Queue              | Synchronization
  Version            | Git master
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Michael Rubinsky
------------------------------------------------------------------------------


mail at xeroc.org (2011-06-23 12:20) wrote:

What I dont get is the following code in
framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php

++++++++++++
157     public function setTimezone($date)
158     {
159         if (!($date instanceof Horde_Date)) {
160             $timezone = new Horde_Date(time(), $date);
161         }
162         $offsets = Horde_ActiveSync_Timezone::getOffsetsFromDate($date);
163         $tz = Horde_ActiveSync_Timezone::getSyncTZFromOffsets($offsets);
164         $this->_properties['timezone'] = $tz;
165     }
++++++++++++
why the hell you set $timezone and not use it anywhere?






More information about the bugs mailing list