Skip to content

Commit

Permalink
No need to filter by start/end here either.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Mar 18, 2015
1 parent f072923 commit 60a3de5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kronolith/lib/Event.php
Expand Up @@ -1549,8 +1549,6 @@ public function fromASAppointment(Horde_ActiveSync_Message_Appointment $message)
$this->recurrence = $rrule;
if (!empty($this->uid)) {
$search = new StdClass();
$search->start = $rrule->getRecurStart();
$search->end = $rrule->getRecurEnd();
$search->baseid = $this->uid;
$results = $kronolith_driver->search($search);
foreach ($results as $days) {
Expand Down

0 comments on commit 60a3de5

Please sign in to comment.